Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / tailcall1-64.ll
2008-04-30 Arnold SchwaighoferTail call optimization improvements: