Changes in directory llvm/test/Regression/CodeGen/X86:
loop-strength-reduce.ll updated: 1.1 -> 1.2 --- Log message: Option -enable-x86-lsr has been removed --- Diffs of the changes: (+1 -1) loop-strength-reduce.ll | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/CodeGen/X86/loop-strength-reduce.ll diff -u llvm/test/Regression/CodeGen/X86/loop-strength-reduce.ll:1.1 llvm/test/Regression/CodeGen/X86/loop-strength-reduce.ll:1.2 --- llvm/test/Regression/CodeGen/X86/loop-strength-reduce.ll:1.1 Fri Mar 17 13:45:54 2006 +++ llvm/test/Regression/CodeGen/X86/loop-strength-reduce.ll Mon Mar 20 12:26:11 2006 @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 -enable-x86-lsr | grep 'A(' | wc -l | grep 1 +; RUN: llvm-as < %s | llc -march=x86 | grep 'A(' | wc -l | grep 1 ; ; Make sure the common loop invariant _A(reg) is hoisted up to preheader. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits