diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/lsr-postinc-pos.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/lsr-postinc-pos.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/lsr-postinc-pos.ll b/llvm/test/CodeGen/PowerPC/lsr-postinc-pos.ll index 1a22f0f2fe1..61b57314a93 100644 --- a/llvm/test/CodeGen/PowerPC/lsr-postinc-pos.ll +++ b/llvm/test/CodeGen/PowerPC/lsr-postinc-pos.ll @@ -8,7 +8,7 @@ ; CHECK: %c1 = icmp ult i8* %scevgep, %inp2 target datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f128:64:128-n32" -target triple = "powerpc-apple-darwin9" +target triple = "powerpc-unknown-linux-gnu" define void @foo(i8** %inp, i8* %inp2) nounwind { entry: |