summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ/atomic-store-04.ll
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-05-21 08:53:17 +0000
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-05-21 08:53:17 +0000
commitaf2a1bebfcef3e3767ef3875957c986e087dd0e8 (patch)
tree7db53aace88819e5a0fee5b3840005e3ccaf1293 /test/CodeGen/SystemZ/atomic-store-04.ll
parentf19b8b018be4b0478f741bf35287db3488fda8d6 (diff)
downloadllvm-af2a1bebfcef3e3767ef3875957c986e087dd0e8.tar.gz
llvm-af2a1bebfcef3e3767ef3875957c986e087dd0e8.tar.bz2
llvm-af2a1bebfcef3e3767ef3875957c986e087dd0e8.tar.xz
[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/atomic-store-04.ll')
-rw-r--r--test/CodeGen/SystemZ/atomic-store-04.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/atomic-store-04.ll b/test/CodeGen/SystemZ/atomic-store-04.ll
index 7a611c8cf0..a2d83c5e5c 100644
--- a/test/CodeGen/SystemZ/atomic-store-04.ll
+++ b/test/CodeGen/SystemZ/atomic-store-04.ll
@@ -9,7 +9,7 @@ define void @f1(i64 %val, i64 *%src) {
; CHECK: lg %r0, 0(%r3)
; CHECK: [[LABEL:\.[^:]*]]:
; CHECK: csg %r0, %r2, 0(%r3)
-; CHECK: j{{g?}}lh [[LABEL]]
+; CHECK: jlh [[LABEL]]
; CHECK: br %r14
store atomic i64 %val, i64 *%src seq_cst, align 8
ret void