diff options
author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-05-21 08:53:17 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-05-21 08:53:17 +0000 |
commit | af2a1bebfcef3e3767ef3875957c986e087dd0e8 (patch) | |
tree | 7db53aace88819e5a0fee5b3840005e3ccaf1293 /test/CodeGen/SystemZ/int-cmp-38.ll | |
parent | f19b8b018be4b0478f741bf35287db3488fda8d6 (diff) | |
download | external_llvm-af2a1bebfcef3e3767ef3875957c986e087dd0e8.zip external_llvm-af2a1bebfcef3e3767ef3875957c986e087dd0e8.tar.gz external_llvm-af2a1bebfcef3e3767ef3875957c986e087dd0e8.tar.bz2 |
[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
Diffstat (limited to 'test/CodeGen/SystemZ/int-cmp-38.ll')
-rw-r--r-- | test/CodeGen/SystemZ/int-cmp-38.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/SystemZ/int-cmp-38.ll b/test/CodeGen/SystemZ/int-cmp-38.ll index 3470730..3e1ebfb 100644 --- a/test/CodeGen/SystemZ/int-cmp-38.ll +++ b/test/CodeGen/SystemZ/int-cmp-38.ll @@ -9,7 +9,7 @@ define i32 @f1(i32 %src1) { ; CHECK: f1: ; CHECK: crl %r2, g -; CHECK-NEXT: j{{g?}}l +; CHECK-NEXT: jl ; CHECK: br %r14 entry: %src2 = load i32 *@g @@ -27,7 +27,7 @@ exit: define i32 @f2(i32 %src1) { ; CHECK: f2: ; CHECK: clrl %r2, g -; CHECK-NEXT: j{{g?}}l +; CHECK-NEXT: jl ; CHECK: br %r14 entry: %src2 = load i32 *@g @@ -45,7 +45,7 @@ exit: define i32 @f3(i32 %src1) { ; CHECK: f3: ; CHECK: c{{l?}}rl %r2, g -; CHECK-NEXT: j{{g?}}e +; CHECK-NEXT: je ; CHECK: br %r14 entry: %src2 = load i32 *@g @@ -63,7 +63,7 @@ exit: define i32 @f4(i32 %src1) { ; CHECK: f4: ; CHECK: c{{l?}}rl %r2, g -; CHECK-NEXT: j{{g?}}lh +; CHECK-NEXT: jlh ; CHECK: br %r14 entry: %src2 = load i32 *@g |