[llvm-commits] CVS: llvm/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll

Chris Lattner sabre at nondot.org
Sat Apr 14 16:04:51 PDT 2007



Changes in directory llvm/test/CodeGen/ARM:

2007-03-15-GEP-Idx-Sink.ll updated: 1.2 -> 1.3
---
Log message:

fix test for linux hosts.


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

 2007-03-15-GEP-Idx-Sink.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll
diff -u llvm/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll:1.2 llvm/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll:1.3
--- llvm/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll:1.2	Fri Apr 13 17:20:27 2007
+++ llvm/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll	Sat Apr 14 18:04:30 2007
@@ -1,5 +1,5 @@
 ; RUN: llvm-as < %s | llc -march=arm &&
-; RUN: llvm-as < %s | llc -march=arm -stats 2>&1 | not grep 'register spills' 
+; RUN: llvm-as < %s | llc -march=arm -mtriple=arm-apple-darwin8 -stats 2>&1 | not grep 'register spills' 
 
 ;; Must talk to evan about this.
 ; XFAIL: *






More information about the llvm-commits mailing list