diff options
-rw-r--r-- | test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll b/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll index 70d5ad3158..06875f3ec9 100644 --- a/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll +++ b/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc | grep extsb && -; RUN: llvm-as < %s | llc | grep extsh +; RUN: llvm-as < %s | llc -march=ppc32 | grep extsb && +; RUN: llvm-as < %s | llc -march=ppc32 | grep extsh define i32 %p1(i8 %c, i16 %s) { entry: |