Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / big-endian-call-result.ll
2007-07-16 Dan GohmanRemove the trailing semicolon from function declaration...
2007-07-09 Dan GohmanChange getCopyToParts and getCopyFromParts to always...