Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / ARM / 2007-03-30-RegScavengerAssert.ll
2007-03-30 Evan ChengTest case for PR1279 (part 2).