diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2007-04-04 21:28:36 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2007-04-04 21:28:36 +0000 |
commit | 029ea7ee74b759d15630a5fd88c63dfbf80c611a (patch) | |
tree | e0e2c1d91e81e17794aa5bfa1ea2a95a5214f2c0 /llvm/test/CodeGen/PowerPC | |
parent | 915e61736b27d8eca68c871f87386b24989f17a6 (diff) | |
download | bcm5719-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.ll | 2 |
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 |