Revert r129401 for now. Clang is using the old way of doing things.
[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...