Deleted Added
full compact
935,936c935
< Instruction *Inst = dyn_cast<Instruction>(*UI);
< if (Inst == 0) return false;
---
> Instruction *Inst = cast<Instruction>(*UI);