Deleted Added
full compact
1231c1231,1232
< else if (Instruction *I = dyn_cast<Instruction>(U)) {
---
> else {
> Instruction *I = cast<Instruction>(U);