summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2007-04-04 21:28:36 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2007-04-04 21:28:36 +0000
commit029ea7ee74b759d15630a5fd88c63dfbf80c611a (patch)
treee0e2c1d91e81e17794aa5bfa1ea2a95a5214f2c0 /llvm/test/CodeGen/PowerPC
parent915e61736b27d8eca68c871f87386b24989f17a6 (diff)
downloadbcm5719-llvm-029ea7ee74b759d15630a5fd88c63dfbf80c611a.tar.gz
bcm5719-llvm-029ea7ee74b759d15630a5fd88c63dfbf80c611a.zip
Fix test
llvm-svn: 35673
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
-rw-r--r--llvm/test/CodeGen/PowerPC/compare-simm.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/compare-simm.ll b/llvm/test/CodeGen/PowerPC/compare-simm.ll
index 7a73cd1350f..837eaf174cc 100644
--- a/llvm/test/CodeGen/PowerPC/compare-simm.ll
+++ b/llvm/test/CodeGen/PowerPC/compare-simm.ll
@@ -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
OpenPOWER on IntegriCloud