aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/stride-reuse.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-02-12 07:22:46 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-02-12 07:22:46 +0000
commit65b2e3df0d7fd52566b9d6fbecd1ce642abb7188 (patch)
treed5e2e2050d3bbb6c1b487dfa1d88d50bec643257 /test/CodeGen/X86/stride-reuse.ll
parent0602df7403182526995419e6384e89d87329605a (diff)
downloadexternal_llvm-65b2e3df0d7fd52566b9d6fbecd1ce642abb7188.zip
external_llvm-65b2e3df0d7fd52566b9d6fbecd1ce642abb7188.tar.gz
external_llvm-65b2e3df0d7fd52566b9d6fbecd1ce642abb7188.tar.bz2
Fix some test cases.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46998 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/stride-reuse.ll')
-rw-r--r--test/CodeGen/X86/stride-reuse.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/stride-reuse.ll b/test/CodeGen/X86/stride-reuse.ll
index 97f33d8..7d5ea3a 100644
--- a/test/CodeGen/X86/stride-reuse.ll
+++ b/test/CodeGen/X86/stride-reuse.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 | not grep lea
-; RUN: llvm-as < %s | llc -march=x86-64 | not grep lea
+; RUN: llvm-as < %s | llc -march=x86-64 -relocation-model=pic | not grep lea
@B = external global [1000 x float], align 32
@A = external global [1000 x float], align 32