Fix a mistake in the computation of leading zeros for udiv.
[oota-llvm.git] / test / Transforms / InstCombine / getelementptr-seteq.ll
2008-04-22 Chris Lattneroptimize "p != gep p, ..." better. This allows us...