aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SystemZ/03-RetSubSubreg.ll
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:28:26 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:28:26 +0000
commit5dd38de2c20dcf787803f4074690499c5a850471 (patch)
treecb8e381ec3ae2acfc2731161d71a6cd6a4c97f10 /test/CodeGen/SystemZ/03-RetSubSubreg.ll
parent361a78756b35c886aa3d01d3bd40c2adcf56cce2 (diff)
downloadexternal_llvm-5dd38de2c20dcf787803f4074690499c5a850471.zip
external_llvm-5dd38de2c20dcf787803f4074690499c5a850471.tar.gz
external_llvm-5dd38de2c20dcf787803f4074690499c5a850471.tar.bz2
Revert the commit, it just hides the real bug
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76045 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SystemZ/03-RetSubSubreg.ll')
-rw-r--r--test/CodeGen/SystemZ/03-RetSubSubreg.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/SystemZ/03-RetSubSubreg.ll b/test/CodeGen/SystemZ/03-RetSubSubreg.ll
index 54761e2..591b37d 100644
--- a/test/CodeGen/SystemZ/03-RetSubSubreg.ll
+++ b/test/CodeGen/SystemZ/03-RetSubSubreg.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -march=systemz | grep sr | count 3
-; RUN: llvm-as < %s | llc -march=systemz | grep llgfr | count 2
-; RUN: llvm-as < %s | llc -march=systemz | grep lgfr | count 3
+; RUN: llvm-as < %s | llc -march=systemz | grep llgfr | count 1
+; RUN: llvm-as < %s | llc -march=systemz | grep lgfr | count 2
define i32 @foo(i32 %a, i32 %b) {
entry: