summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ/03-RetAddImmSubreg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/SystemZ/03-RetAddImmSubreg.ll')
-rw-r--r--test/CodeGen/SystemZ/03-RetAddImmSubreg.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/SystemZ/03-RetAddImmSubreg.ll b/test/CodeGen/SystemZ/03-RetAddImmSubreg.ll
index d6a3457021..0235211495 100644
--- a/test/CodeGen/SystemZ/03-RetAddImmSubreg.ll
+++ b/test/CodeGen/SystemZ/03-RetAddImmSubreg.ll
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=systemz | grep ahi | count 3
-; RUN: llvm-as < %s | llc -march=systemz | grep afi | count 3
-; RUN: llvm-as < %s | llc -march=systemz | grep lgfr | count 4
-; RUN: llvm-as < %s | llc -march=systemz | grep llgfr | count 2
+; RUN: llvm-as < %s | llc -march=systemz | grep ahi | count 3
+; RUN: llvm-as < %s | llc -march=systemz | grep afi | count 3
+; RUN: llvm-as < %s | llc -march=systemz | grep lgfr | count 6
+; RUN: llvm-as < %s | llc -march=systemz | grep llgfr | count 4
define i32 @foo1(i32 %a, i32 %b) {