From 586f41777ed3454dc6dc37abf111cf27cbfecf4c 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. llvm-svn: 182358 --- llvm/test/CodeGen/SystemZ/int-cmp-37.ll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/test/CodeGen/SystemZ/int-cmp-37.ll') diff --git a/llvm/test/CodeGen/SystemZ/int-cmp-37.ll b/llvm/test/CodeGen/SystemZ/int-cmp-37.ll index aebd1f610d2..862cf38458a 100644 --- a/llvm/test/CodeGen/SystemZ/int-cmp-37.ll +++ b/llvm/test/CodeGen/SystemZ/int-cmp-37.ll @@ -9,7 +9,7 @@ define i32 @f1(i32 %src1) { ; CHECK: f1: ; CHECK: clhrl %r2, g -; CHECK-NEXT: j{{g?}}l +; CHECK-NEXT: jl ; CHECK: br %r14 entry: %val = load i16 *@g @@ -46,7 +46,7 @@ exit: define i32 @f3(i32 %src1) { ; CHECK: f3: ; CHECK: clhrl %r2, g -; CHECK-NEXT: j{{g?}}e +; CHECK-NEXT: je ; CHECK: br %r14 entry: %val = load i16 *@g @@ -65,7 +65,7 @@ exit: define i32 @f4(i32 %src1) { ; CHECK: f4: ; CHECK: clhrl %r2, g -; CHECK-NEXT: j{{g?}}lh +; CHECK-NEXT: jlh ; CHECK: br %r14 entry: %val = load i16 *@g -- cgit v1.2.3