Add more i1 optimizations. add, sub, mul, s/udiv on i1 are now simplified away.
[oota-llvm.git] / test / Transforms / InstCombine / udiv-simplify-bug-1.ll
2008-05-02 Dan GohmanFix a mistake in the computation of leading zeros for...