From af2a1bebfcef3e3767ef3875957c986e087dd0e8 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Tue, 21 May 2013 08:53:17 +0000 Subject: [SystemZ] Tighten branch tests After r182274, the branches in these tests must always be short. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182358 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/SystemZ/int-cmp-10.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/CodeGen/SystemZ/int-cmp-10.ll') diff --git a/test/CodeGen/SystemZ/int-cmp-10.ll b/test/CodeGen/SystemZ/int-cmp-10.ll index f2d3ccd64a..937b1bccff 100644 --- a/test/CodeGen/SystemZ/int-cmp-10.ll +++ b/test/CodeGen/SystemZ/int-cmp-10.ll @@ -7,7 +7,7 @@ define double @f1(double %a, double %b, i32 %i1) { ; CHECK: f1: ; CHECK: clfi %r2, 1 -; CHECK-NEXT: j{{g?}}h +; CHECK-NEXT: jh ; CHECK: ldr %f0, %f2 ; CHECK: br %r14 %cond = icmp ugt i32 %i1, 1 @@ -19,7 +19,7 @@ define double @f1(double %a, double %b, i32 %i1) { define double @f2(double %a, double %b, i32 %i1) { ; CHECK: f2: ; CHECK: clfi %r2, 4294967280 -; CHECK-NEXT: j{{g?}}l +; CHECK-NEXT: jl ; CHECK: ldr %f0, %f2 ; CHECK: br %r14 %cond = icmp ult i32 %i1, 4294967280 -- cgit v1.2.3