Changes in directory llvm/test/CodeGen/ARM:

insn-sched1.ll updated: 1.4 -> 1.5
---
Log message:

Fix test case.

---
Diffs of the changes:  (+1 -1)

 insn-sched1.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/CodeGen/ARM/insn-sched1.ll
diff -u llvm/test/CodeGen/ARM/insn-sched1.ll:1.4 
llvm/test/CodeGen/ARM/insn-sched1.ll:1.5
--- llvm/test/CodeGen/ARM/insn-sched1.ll:1.4    Wed Jan 31 16:27:07 2007
+++ llvm/test/CodeGen/ARM/insn-sched1.ll        Thu Mar  8 13:27:32 2007
@@ -1,5 +1,5 @@
 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -mattr=+v6 &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-apple-darwin -mattr=+v6 
| grep mov | wc -l | grep 2
+; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-apple-darwin -mattr=+v6 
| grep mov | wc -l | grep 3
 
 int %test(int %x) {
        %tmp = cast int %x to short



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to