Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / ARM / 2007-05-05-InvalidPushPop.ll
2007-05-05 Lauro Ramos VenancioFix PR1390.