Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / ARM / 2007-05-07-jumptoentry.ll
2007-05-08 Dale Johannesentestcase for CodeGenPrepare bug fixed yesterday