summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ/01-RetImm.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/SystemZ/01-RetImm.ll')
-rw-r--r--test/CodeGen/SystemZ/01-RetImm.ll16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/CodeGen/SystemZ/01-RetImm.ll b/test/CodeGen/SystemZ/01-RetImm.ll
index 39c4c096c4..8b99e68dc7 100644
--- a/test/CodeGen/SystemZ/01-RetImm.ll
+++ b/test/CodeGen/SystemZ/01-RetImm.ll
@@ -1,11 +1,11 @@
-; RUN: llvm-as < %s | llc -march=systemz | grep lghi | count 1
-; RUN: llvm-as < %s | llc -march=systemz | grep llill | count 1
-; RUN: llvm-as < %s | llc -march=systemz | grep llilh | count 1
-; RUN: llvm-as < %s | llc -march=systemz | grep llihl | count 1
-; RUN: llvm-as < %s | llc -march=systemz | grep llihh | count 1
-; RUN: llvm-as < %s | llc -march=systemz | grep lgfi | count 1
-; RUN: llvm-as < %s | llc -march=systemz | grep llilf | count 1
-; RUN: llvm-as < %s | llc -march=systemz | grep llihf | count 1
+; RUN: llc < %s -march=systemz | grep lghi | count 1
+; RUN: llc < %s -march=systemz | grep llill | count 1
+; RUN: llc < %s -march=systemz | grep llilh | count 1
+; RUN: llc < %s -march=systemz | grep llihl | count 1
+; RUN: llc < %s -march=systemz | grep llihh | count 1
+; RUN: llc < %s -march=systemz | grep lgfi | count 1
+; RUN: llc < %s -march=systemz | grep llilf | count 1
+; RUN: llc < %s -march=systemz | grep llihf | count 1
define i64 @foo1() {