aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/Generic/2006-07-03-schedulers.ll3
-rw-r--r--test/CodeGen/X86/2007-01-13-StackPtrIndex.ll4
2 files changed, 2 insertions, 5 deletions
diff --git a/test/CodeGen/Generic/2006-07-03-schedulers.ll b/test/CodeGen/Generic/2006-07-03-schedulers.ll
index a262850..981276b 100644
--- a/test/CodeGen/Generic/2006-07-03-schedulers.ll
+++ b/test/CodeGen/Generic/2006-07-03-schedulers.ll
@@ -1,7 +1,4 @@
-; RUN: llvm-upgrade %s | llvm-as | llc -pre-RA-sched=none
; RUN: llvm-upgrade %s | llvm-as | llc -pre-RA-sched=default
-; RUN: llvm-upgrade %s | llvm-as | llc -pre-RA-sched=simple
-; RUN: llvm-upgrade %s | llvm-as | llc -pre-RA-sched=simple-noitin
; RUN: llvm-upgrade %s | llvm-as | llc -pre-RA-sched=list-td
; RUN: llvm-upgrade %s | llvm-as | llc -pre-RA-sched=list-tdrr
; RUN: llvm-upgrade %s | llvm-as | llc -pre-RA-sched=list-burr
diff --git a/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll b/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll
index 7e77cce..a9ba7df 100644
--- a/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll
+++ b/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"