From 5dd38de2c20dcf787803f4074690499c5a850471 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Thu, 16 Jul 2009 14:28:26 +0000 Subject: 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 --- test/CodeGen/SystemZ/03-RetSubSubreg.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/CodeGen/SystemZ/03-RetSubSubreg.ll') 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: -- cgit v1.1