[llvm-commits] CVS: llvm/test/CodeGen/ARM/insn-sched1.ll
    Evan Cheng 
    evan.cheng at apple.com
       
    Mon Jan 22 10:56:27 PST 2007
    
    
  
Changes in directory llvm/test/CodeGen/ARM:
insn-sched1.ll updated: 1.1 -> 1.2
---
Log message:
Fix test case.
---
Diffs of the changes:  (+1 -2)
 insn-sched1.ll |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/test/CodeGen/ARM/insn-sched1.ll
diff -u llvm/test/CodeGen/ARM/insn-sched1.ll:1.1 llvm/test/CodeGen/ARM/insn-sched1.ll:1.2
--- llvm/test/CodeGen/ARM/insn-sched1.ll:1.1	Fri Jan 19 03:20:23 2007
+++ llvm/test/CodeGen/ARM/insn-sched1.ll	Mon Jan 22 12:56:11 2007
@@ -1,6 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm &&
 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -mattr=+v6 &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -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 2
 
 int %test(int %x) {
 	%tmp = cast int %x to short
    
    
More information about the llvm-commits
mailing list