Add more i1 optimizations. add, sub, mul, s/udiv on i1 are now simplified away.
[oota-llvm.git] / test / Transforms / InstCombine / 2008-01-13-AndCmpCmp.ll
2008-01-13 Chris LattnerFix PR1907, a nasty miscompilation because instcombine...