Oops, we were already checking for dead phis. Handle this the proper way, then.
[oota-llvm.git] / test / Transforms / InstCombine / 2008-07-08-AndICmp.ll
2008-07-09 Nick LewyckyFold (a < 8) && (b < 8) into (a|b) < 8 for unsigned...