[llvm-commits] CVS: llvm/test/CodeGen/ARM/insn-sched1.ll

Evan Cheng evan.cheng at apple.com
Thu Mar 8 11:27:49 PST 2007



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






More information about the llvm-commits mailing list