diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/retaddr.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/retaddr.ll | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/PowerPC/retaddr.ll b/llvm/test/CodeGen/PowerPC/retaddr.ll index d8b6a18d316..3794f6e12af 100644 --- a/llvm/test/CodeGen/PowerPC/retaddr.ll +++ b/llvm/test/CodeGen/PowerPC/retaddr.ll @@ -1,8 +1,6 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep mflr -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep lwz -; RUN: llc -verify-machineinstrs < %s -march=ppc64 | grep "ld r., 16(r1)" - -target triple = "powerpc-apple-darwin8" +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-apple-darwin8 | grep mflr +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-apple-darwin8 | grep lwz +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64-apple-darwin8 | grep "ld r., 16(r1)" define void @foo(i8** %X) nounwind { entry: |