summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ/03-RetOrImmSubreg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/SystemZ/03-RetOrImmSubreg.ll')
-rw-r--r--test/CodeGen/SystemZ/03-RetOrImmSubreg.ll10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CodeGen/SystemZ/03-RetOrImmSubreg.ll b/test/CodeGen/SystemZ/03-RetOrImmSubreg.ll
index 75ba28e92f..6d118b5e3d 100644
--- a/test/CodeGen/SystemZ/03-RetOrImmSubreg.ll
+++ b/test/CodeGen/SystemZ/03-RetOrImmSubreg.ll
@@ -1,8 +1,8 @@
-; RUN: llvm-as < %s | llc -march=systemz | grep oill | count 3
-; RUN: llvm-as < %s | llc -march=systemz | grep oilh | count 3
-; RUN: llvm-as < %s | llc -march=systemz | grep oilf | count 3
-; RUN: llvm-as < %s | llc -march=systemz | grep llgfr | count 3
-; RUN: llvm-as < %s | llc -march=systemz | grep lgfr | count 6
+; RUN: llc < %s -march=systemz | grep oill | count 3
+; RUN: llc < %s -march=systemz | grep oilh | count 3
+; RUN: llc < %s -march=systemz | grep oilf | count 3
+; RUN: llc < %s -march=systemz | grep llgfr | count 3
+; RUN: llc < %s -march=systemz | grep lgfr | count 6
define i32 @foo1(i32 %a, i32 %b) {
entry: