summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll4
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 19fedf9f596..805528cf2ef 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: llvm-as < %s | llc -march=ppc32 | grep extsb
-; RUN: llvm-as < %s | llc -march=ppc32 | grep extsh
+; RUN: llc < %s -march=ppc32 | grep extsb
+; RUN: llc < %s -march=ppc32 | grep extsh
define i32 @p1(i8 %c, i16 %s) {
entry:
OpenPOWER on IntegriCloud