summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ/02-RetOrImm.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/SystemZ/02-RetOrImm.ll')
-rw-r--r--test/CodeGen/SystemZ/02-RetOrImm.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/SystemZ/02-RetOrImm.ll b/test/CodeGen/SystemZ/02-RetOrImm.ll
index 881654a653..68cd24d07f 100644
--- a/test/CodeGen/SystemZ/02-RetOrImm.ll
+++ b/test/CodeGen/SystemZ/02-RetOrImm.ll
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=systemz | grep oill | count 1
-; RUN: llvm-as < %s | llc -march=systemz | grep oilh | count 1
-; RUN: llvm-as < %s | llc -march=systemz | grep oihl | count 1
-; RUN: llvm-as < %s | llc -march=systemz | grep oihh | count 1
+; RUN: llc < %s -march=systemz | grep oill | count 1
+; RUN: llc < %s -march=systemz | grep oilh | count 1
+; RUN: llc < %s -march=systemz | grep oihl | count 1
+; RUN: llc < %s -march=systemz | grep oihh | count 1
define i64 @foo1(i64 %a, i64 %b) {
entry: