aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/stride-reuse.ll
diff options
context:
space:
mode:
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