summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/2006-07-03-schedulers.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/2006-07-03-schedulers.ll')
-rw-r--r--test/CodeGen/Generic/2006-07-03-schedulers.ll12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/CodeGen/Generic/2006-07-03-schedulers.ll b/test/CodeGen/Generic/2006-07-03-schedulers.ll
index c1f15236b0..23513ec38a 100644
--- a/test/CodeGen/Generic/2006-07-03-schedulers.ll
+++ b/test/CodeGen/Generic/2006-07-03-schedulers.ll
@@ -1,9 +1,9 @@
-; RUN: llvm-as -f %s -o - | llc -sched=none
-; RUN: llvm-as -f %s -o - | llc -sched=default
-; RUN: llvm-as -f %s -o - | llc -sched=simple
-; RUN: llvm-as -f %s -o - | llc -sched=simple-noitin
-; RUN: llvm-as -f %s -o - | llc -sched=list-td
-; RUN: llvm-as -f %s -o - | llc -sched=list-tdrr
+; RUN: llvm-as -f %s -o - | llc -sched=none &&
+; RUN: llvm-as -f %s -o - | llc -sched=default &&
+; RUN: llvm-as -f %s -o - | llc -sched=simple &&
+; RUN: llvm-as -f %s -o - | llc -sched=simple-noitin &&
+; RUN: llvm-as -f %s -o - | llc -sched=list-td &&
+; RUN: llvm-as -f %s -o - | llc -sched=list-tdrr &&
; RUN: llvm-as -f %s -o - | llc -sched=list-burr
; PR859