diff options
author | Gabor Greif <ggreif@gmail.com> | 2007-07-12 13:21:08 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2007-07-12 13:21:08 +0000 |
commit | 1ef777cbb44c716c2b63e758fd770b32887d74a1 (patch) | |
tree | cff94aba13bde9d8a496175dd4abf50cb52e7f5a /llvm/test/CodeGen/PowerPC/or-addressing-mode.ll | |
parent | bdc69595d913bad36b421b9c81f89c944b858d52 (diff) | |
download | bcm5719-llvm-1ef777cbb44c716c2b63e758fd770b32887d74a1.tar.gz bcm5719-llvm-1ef777cbb44c716c2b63e758fd770b32887d74a1.zip |
fix the remaining 3 testcases that missed a target triple
llvm-svn: 39773
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/or-addressing-mode.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/or-addressing-mode.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/or-addressing-mode.ll b/llvm/test/CodeGen/PowerPC/or-addressing-mode.ll index 7058fb2a45f..e44814090b8 100644 --- a/llvm/test/CodeGen/PowerPC/or-addressing-mode.ll +++ b/llvm/test/CodeGen/PowerPC/or-addressing-mode.ll @@ -1,5 +1,5 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc | not grep ori -; RUN: llvm-upgrade < %s | llvm-as | llc | not grep rlwimi +; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=powerpc-apple-darwin8 | not grep ori +; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=powerpc-apple-darwin8 | not grep rlwimi int %test1(sbyte* %P) { ;; or -> lwzx %tmp.2.i = cast sbyte* %P to uint |