rename test
[oota-llvm.git] / test / CodeGen / X86 / shift-and.ll
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-08-30 Evan ChengTransform (x << (y&31)) -> (x << y). This takes advanta...