Changes in directory llvm/test/Regression/CodeGen/Generic:
2006-07-03-schedulers.ll updated: 1.1 -> 1.2 --- Log message: Applying for all. --- Diffs of the changes: (+6 -6) 2006-07-03-schedulers.ll | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) Index: llvm/test/Regression/CodeGen/Generic/2006-07-03-schedulers.ll diff -u llvm/test/Regression/CodeGen/Generic/2006-07-03-schedulers.ll:1.1 llvm/test/Regression/CodeGen/Generic/2006-07-03-schedulers.ll:1.2 --- llvm/test/Regression/CodeGen/Generic/2006-07-03-schedulers.ll:1.1 Thu Aug 3 15:49:29 2006 +++ llvm/test/Regression/CodeGen/Generic/2006-07-03-schedulers.ll Thu Aug 3 15:56:35 2006 @@ -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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits