This implements the second half of the fix for PR3290, handling
[oota-llvm.git] / test / Transforms / InstCombine / 2008-07-08-ShiftOneAndOne.ll
2008-07-09 Nick LewyckyFold ((1 << a) & 1) to (a == 0).