diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/trampoline.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/trampoline.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/trampoline.ll b/llvm/test/CodeGen/PowerPC/trampoline.ll index d0658a8a23f..f8e896690ac 100644 --- a/llvm/test/CodeGen/PowerPC/trampoline.ll +++ b/llvm/test/CodeGen/PowerPC/trampoline.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep "__trampoline_setup" +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep "__trampoline_setup" module asm "\09.lazy_reference .objc_class_name_NSImageRep" module asm "\09.objc_class_name_NSBitmapImageRep=0" |