summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-10-01 22:17:20 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-10-01 22:17:20 +0000
commit89ca5b091f9f64655b1f00b0794d719736312225 (patch)
tree7a403b8eed4a6ec23d3b174fc2958739beb1b8b1 /llvm/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll
parente595d107e6ddffaa8470a68892924e18ee092f13 (diff)
downloadbcm5719-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.ll4
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"
OpenPOWER on IntegriCloud