diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/compare-duplicate.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/compare-duplicate.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/compare-duplicate.ll b/llvm/test/CodeGen/PowerPC/compare-duplicate.ll index 60e27128ccf..80ce9dbfff1 100644 --- a/llvm/test/CodeGen/PowerPC/compare-duplicate.ll +++ b/llvm/test/CodeGen/PowerPC/compare-duplicate.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-apple-darwin8 | not grep slwi +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu | not grep slwi define i32 @test(i32 %A, i32 %B) { %C = sub i32 %B, %A |