We've already checked that the pointer isa<PHINode>, so we can use cast<Instruction> safely. Fixes static analyser warning.
46 KiB
46 KiB
We've already checked that the pointer isa<PHINode>, so we can use cast<Instruction> safely. Fixes static analyser warning.