aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/stride-nine-with-base-reg.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-02-12 19:11:29 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-02-12 19:11:29 +0000
commit073c5b721d79b334029190e4097b5e5f79732d7f (patch)
treef2ca08bf11b9ed431c63277ca5f94ece68833fdb /test/CodeGen/X86/stride-nine-with-base-reg.ll
parentaeb231cb59fb91074472ef1a16e94ca7412a0d1e (diff)
downloadexternal_llvm-073c5b721d79b334029190e4097b5e5f79732d7f.zip
external_llvm-073c5b721d79b334029190e4097b5e5f79732d7f.tar.gz
external_llvm-073c5b721d79b334029190e4097b5e5f79732d7f.tar.bz2
Don't mask the isel bug.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47018 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/stride-nine-with-base-reg.ll')
-rw-r--r--test/CodeGen/X86/stride-nine-with-base-reg.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/stride-nine-with-base-reg.ll b/test/CodeGen/X86/stride-nine-with-base-reg.ll
index 39a2d4f..4bd9924 100644
--- a/test/CodeGen/X86/stride-nine-with-base-reg.ll
+++ b/test/CodeGen/X86/stride-nine-with-base-reg.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static | grep lea | count 1
-; RUN: llvm-as < %s | llc -march=x86-64 -relocation-model=pic | not grep lea
+; RUN: llvm-as < %s | llc -march=x86-64 | not grep lea
; For x86 there's an lea above the loop. In both cases, there shouldn't
; be any lea instructions inside the loop.