Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / Generic / switch-lower.ll
2007-03-28 Reid SpencerRemove use of implementation keyword.
2007-02-13 Chris Lattnernew testcase for PR1197