Back out r160101 and instead implement a dag combine to recover from instcombine...
[oota-llvm.git] / test / Transforms / InstCombine / merge-icmp.ll
2011-04-28 Benjamin KramerInstCombine: Merge "(trunc x) == C1 & (and x, CA) ...