Fix a mistake in the computation of leading zeros for udiv.
[oota-llvm.git] / test / Transforms / InstCombine / 2008-01-21-MismatchedCastAndCompare.ll
2008-01-28 Nick LewyckyHandle some more combinations of extend and icmp. Fixes...