fix a subtle volatile handling bug.
[oota-llvm.git] / test / Transforms / InstCombine / zext-or-icmp.ll
2008-03-24 Evan ChengTransform (zext (or (icmp), (icmp))) to (or (zext ...