Add more i1 optimizations. add, sub, mul, s/udiv on i1 are now simplified away.
[oota-llvm.git] / test / Transforms / InstCombine / zero-point-zero-add.ll
2008-01-29 Chris Lattnereliminate additions of 0.0 when they are obviously...