aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SystemZ/03-RetArgSubreg.ll
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:05:32 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:05:32 +0000
commit25af73303f13357d18b0f33af44c2895438ad9c5 (patch)
tree4891747e163519b1dec87efcd6d62d35ee33174c /test/CodeGen/SystemZ/03-RetArgSubreg.ll
parent747052c1a5c1c2df9f1346d40eaf7aa8ddd0c506 (diff)
downloadexternal_llvm-25af73303f13357d18b0f33af44c2895438ad9c5.zip
external_llvm-25af73303f13357d18b0f33af44c2895438ad9c5.tar.gz
external_llvm-25af73303f13357d18b0f33af44c2895438ad9c5.tar.bz2
Add 32 bit and reg-imm and disable invalid patterns for now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75978 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SystemZ/03-RetArgSubreg.ll')
-rw-r--r--test/CodeGen/SystemZ/03-RetArgSubreg.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/SystemZ/03-RetArgSubreg.ll b/test/CodeGen/SystemZ/03-RetArgSubreg.ll
index a31adbc..1135fbd 100644
--- a/test/CodeGen/SystemZ/03-RetArgSubreg.ll
+++ b/test/CodeGen/SystemZ/03-RetArgSubreg.ll
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=systemz | grep lgr | count 2
-; RUN: llvm-as < %s | llc -march=systemz | grep nilf | count 1
-; RUN: llvm-as < %s | llc -march=systemz | grep lgfr | count 1
+; RUN: llvm-as < %s | llc -march=systemz | grep lgr | count 1
+; RUN: llvm-as < %s | llc -march=systemz | grep llilf | count 1
+; RUN: llvm-as < %s | llc -march=systemz | grep lgfr | count 1
define i32 @foo(i32 %a, i32 %b) {