diff options
Diffstat (limited to 'test/CodeGen/X86/2007-01-13-StackPtrIndex.ll')
-rw-r--r-- | test/CodeGen/X86/2007-01-13-StackPtrIndex.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll b/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll index a9ba7df..d1d0ea8 100644 --- a/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll +++ b/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll @@ -1,5 +1,6 @@ -; RUN: llvm-as < %s | llc -march=x86-64 | grep leaq -; RUN: llvm-as < %s | llc -march=x86-64 | not grep {,%rsp)} +; RUN: llvm-as < %s | llc -march=x86-64 > %t +; RUN: grep leaq %t +; RUN: not grep {,%rsp)} %t ; PR1103 target datalayout = "e-p:64:64" |