This implements the second half of the fix for PR3290, handling
[oota-llvm.git] / test / Transforms / InstCombine / shl-icmp.ll
2008-04-23 Evan ChengDon't do: "(X & 4) >> 1 == 2 --> (X & 4) == 4" if...