[llvm-commits] CVS: llvm/test/CodeGen/PowerPC/compare-simm.ll
Anton Korobeynikov
asl at math.spbu.ru
Wed Apr 4 14:28:53 PDT 2007
Changes in directory llvm/test/CodeGen/PowerPC:
compare-simm.ll updated: 1.1 -> 1.2
---
Log message:
Fix test
---
Diffs of the changes: (+1 -1)
compare-simm.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/CodeGen/PowerPC/compare-simm.ll
diff -u llvm/test/CodeGen/PowerPC/compare-simm.ll:1.1 llvm/test/CodeGen/PowerPC/compare-simm.ll:1.2
--- llvm/test/CodeGen/PowerPC/compare-simm.ll:1.1 Mon Apr 2 00:57:59 2007
+++ llvm/test/CodeGen/PowerPC/compare-simm.ll Wed Apr 4 16:28:36 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | grep 'cmpwi cr0, r3, -1'
+; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | grep 'cmpwi cr0, r3, -1'
define i32 @test(i32 %x) {
%c = icmp eq i32 %x, -1
More information about the llvm-commits
mailing list