llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple.
[oota-llvm.git] / test / CodeGen / X86 / neg-shl-add.ll
2010-01-19 Dan GohmanFold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to...