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/atomicrmw-nand-02.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/atomicrmw-nand-02.ll')
-rw-r--r-- | test/CodeGen/SystemZ/atomicrmw-nand-02.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/SystemZ/atomicrmw-nand-02.ll b/test/CodeGen/SystemZ/atomicrmw-nand-02.ll index d5cf864..7a37a38 100644 --- a/test/CodeGen/SystemZ/atomicrmw-nand-02.ll +++ b/test/CodeGen/SystemZ/atomicrmw-nand-02.ll @@ -23,7 +23,7 @@ define i16 @f1(i16 *%src, i16 %b) { ; CHECK: xilf [[ROT]], 4294901760 ; CHECK: rll [[NEW:%r[0-9]+]], [[ROT]], 0({{%r[1-9]+}}) ; CHECK: cs [[OLD]], [[NEW]], 0(%r2) -; CHECK: j{{g?}}lh [[LABEL]] +; CHECK: jlh [[LABEL]] ; CHECK: rll %r2, [[OLD]], 16([[SHIFT]]) ; CHECK: br %r14 ; @@ -59,7 +59,7 @@ define i16 @f2(i16 *%src) { ; CHECK: xilf [[ROT]], 4294901760 ; CHECK: rll [[NEW:%r[0-9]+]], [[ROT]], 0([[NEGSHIFT:%r[1-9]+]]) ; CHECK: cs [[OLD]], [[NEW]], 0(%r2) -; CHECK: j{{g?}}lh [[LABEL]] +; CHECK: jlh [[LABEL]] ; CHECK: rll %r2, [[OLD]], 16([[SHIFT]]) ; CHECK: br %r14 ; |