diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll b/llvm/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll index 9e979bcd5db..7b9aae58f55 100644 --- a/llvm/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll +++ b/llvm/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll @@ -1,5 +1,5 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep extsb -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep extsh +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep extsb +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep extsh define i32 @p1(i8 %c, i16 %s) { entry: |