diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-10-01 22:17:20 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-10-01 22:17:20 +0000 |
commit | 89ca5b091f9f64655b1f00b0794d719736312225 (patch) | |
tree | 7a403b8eed4a6ec23d3b174fc2958739beb1b8b1 /llvm/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll | |
parent | e595d107e6ddffaa8470a68892924e18ee092f13 (diff) | |
download | bcm5719-llvm-89ca5b091f9f64655b1f00b0794d719736312225.tar.gz bcm5719-llvm-89ca5b091f9f64655b1f00b0794d719736312225.zip |
-pre-RA-sched=none, simple, simple-noitin are gone.
llvm-svn: 42505
Diffstat (limited to 'llvm/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll b/llvm/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll index 7e77cce41e7..a9ba7dfd324 100644 --- a/llvm/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll +++ b/llvm/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -march=x86-64 -pre-RA-sched=none | grep leaq -; RUN: llvm-as < %s | llc -march=x86-64 -pre-RA-sched=none | not grep {,%rsp)} +; RUN: llvm-as < %s | llc -march=x86-64 | grep leaq +; RUN: llvm-as < %s | llc -march=x86-64 | not grep {,%rsp)} ; PR1103 target datalayout = "e-p:64:64" |