Revert constant-folding change that will miscompile in some cases.
[oota-llvm.git] / test / Transforms / InstCombine / zext-or-icmp.ll
2008-03-24 Evan ChengTransform (zext (or (icmp), (icmp))) to (or (zext ...