Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / ARM / tls3.ll
2007-11-05 Lauro Ramos Venancio[ARM] Fix code generation for: