This was failing on Darwin, which defaults to PIC;
authorDale Johannesen <dalej@apple.com>
Wed, 24 Oct 2007 20:58:14 +0000 (20:58 +0000)
committerDale Johannesen <dalej@apple.com>
Wed, 24 Oct 2007 20:58:14 +0000 (20:58 +0000)
no lea was generated.  I think this follows the intent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43312 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/stride-nine-with-base-reg.ll

index f443c76015dd5d7fbc2daa277c5267bdaba6998a..4bd9924f265415f39c6fdb5588e52565dc38ad20 100644 (file)
@@ -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