aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/loop-strength-reduce-2.ll
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-12-05 22:38:21 +0000
committerDale Johannesen <dalej@apple.com>2008-12-05 22:38:21 +0000
commit3b954815e1e592842d17119bada7e2f0c64bfee3 (patch)
treee866afc56309ff1b5465468f61c4f656dd17e25e /test/CodeGen/X86/loop-strength-reduce-2.ll
parent368eb2b22d014cd312e1314b678258fea2e5084b (diff)
downloadexternal_llvm-3b954815e1e592842d17119bada7e2f0c64bfee3.zip
external_llvm-3b954815e1e592842d17119bada7e2f0c64bfee3.tar.gz
external_llvm-3b954815e1e592842d17119bada7e2f0c64bfee3.tar.bz2
Fix test to pass on Linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60614 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/loop-strength-reduce-2.ll')
-rw-r--r--test/CodeGen/X86/loop-strength-reduce-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/loop-strength-reduce-2.ll b/test/CodeGen/X86/loop-strength-reduce-2.ll
index 1375793..b67e618 100644
--- a/test/CodeGen/X86/loop-strength-reduce-2.ll
+++ b/test/CodeGen/X86/loop-strength-reduce-2.ll
@@ -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.