diff options
-rw-r--r-- | test/CodeGen/X86/stride-nine-with-base-reg.ll | 2 |
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 f443c76015..4bd9924f26 100644 --- a/test/CodeGen/X86/stride-nine-with-base-reg.ll +++ b/test/CodeGen/X86/stride-nine-with-base-reg.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 | grep lea | count 1 +; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static | grep lea | count 1 ; 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 |