summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/cmpxchg-01.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
commit586f41777ed3454dc6dc37abf111cf27cbfecf4c (patch)
tree464fc1f1d2bd8d835724dd7c9af285e87cb518ae /llvm/test/CodeGen/SystemZ/cmpxchg-01.ll
parent8aaf1979901efcb3b4de27ccb9cce4a57eaa3779 (diff)
downloadbcm5719-llvm-586f41777ed3454dc6dc37abf111cf27cbfecf4c.tar.gz
bcm5719-llvm-586f41777ed3454dc6dc37abf111cf27cbfecf4c.zip
[SystemZ] Tighten branch tests
After r182274, the branches in these tests must always be short. llvm-svn: 182358
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/cmpxchg-01.ll')
-rw-r--r--llvm/test/CodeGen/SystemZ/cmpxchg-01.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SystemZ/cmpxchg-01.ll b/llvm/test/CodeGen/SystemZ/cmpxchg-01.ll
index 477bcb00e9b..e8488615bd1 100644
--- a/llvm/test/CodeGen/SystemZ/cmpxchg-01.ll
+++ b/llvm/test/CodeGen/SystemZ/cmpxchg-01.ll
@@ -19,11 +19,11 @@ define i8 @f1(i8 %dummy, i8 *%src, i8 %cmp, i8 %swap) {
; CHECK-MAIN: rll %r2, [[OLD]], 8([[SHIFT]])
; CHECK-MAIN: risbg %r4, %r2, 32, 55, 0
; CHECK-MAIN: cr %r2, %r4
-; CHECK-MAIN: j{{g?}}lh [[EXIT:\.[^ ]*]]
+; CHECK-MAIN: jlh [[EXIT:\.[^ ]*]]
; CHECK-MAIN: risbg %r5, %r2, 32, 55, 0
; CHECK-MAIN: rll [[NEW:%r[0-9]+]], %r5, -8({{%r[1-9]+}})
; CHECK-MAIN: cs [[OLD]], [[NEW]], 0(%r3)
-; CHECK-MAIN: j{{g?}}lh [[LOOP]]
+; CHECK-MAIN: jlh [[LOOP]]
; CHECK-MAIN: [[EXIT]]:
; CHECK-MAIN-NOT: %r2
; CHECK-MAIN: br %r14
OpenPOWER on IntegriCloud