commit | 6fec9a91b7e782491225a312fbcb5c0cf3146fbd | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Jul 09 17:14:58 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Jul 09 17:14:58 2007 +0000 |
tree | 991e3c42e64a9176d7c721b62654b8c7f0d985ce | |
parent | a11b2c74f2d6275159661ed90fd597da8c359239 [diff] [blame] |
add target triple to fix PR1546 llvm-svn: 38462
diff --git a/llvm/test/CodeGen/PowerPC/compare-duplicate.ll b/llvm/test/CodeGen/PowerPC/compare-duplicate.ll index 784f2ac..df2dfdc 100644 --- a/llvm/test/CodeGen/PowerPC/compare-duplicate.ll +++ b/llvm/test/CodeGen/PowerPC/compare-duplicate.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc | not grep slwi +; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin8 | not grep slwi define i32 @test(i32 %A, i32 %B) { %C = sub i32 %B, %A