[llvm-commits] [llvm] r60614 - /llvm/trunk/test/CodeGen/X86/loop-strength-reduce-2.ll
Dale Johannesen
dalej at apple.com
Fri Dec 5 14:38:21 PST 2008
Author: johannes
Date: Fri Dec 5 16:38:21 2008
New Revision: 60614
URL: http://llvm.org/viewvc/llvm-project?rev=60614&view=rev
Log:
Fix test to pass on Linux.
Modified:
llvm/trunk/test/CodeGen/X86/loop-strength-reduce-2.ll
Modified: llvm/trunk/test/CodeGen/X86/loop-strength-reduce-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/loop-strength-reduce-2.ll?rev=60614&r1=60613&r2=60614&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/loop-strength-reduce-2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/loop-strength-reduce-2.ll Fri Dec 5 16:38:21 2008
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 -relocation-model=pic | \
-; RUN: grep {A-} | count 1
+; RUN: grep {, 4} | count 1
;
; Make sure the common loop invariant A is hoisted up to preheader,
; since too many registers are needed to subsume it into the addressing modes.
More information about the llvm-commits
mailing list