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 | 586f41777ed3454dc6dc37abf111cf27cbfecf4c (patch) | |
tree | 464fc1f1d2bd8d835724dd7c9af285e87cb518ae /llvm/test/CodeGen/SystemZ/branch-01.ll | |
parent | 8aaf1979901efcb3b4de27ccb9cce4a57eaa3779 (diff) | |
download | bcm5719-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/branch-01.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/branch-01.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/branch-01.ll b/llvm/test/CodeGen/SystemZ/branch-01.ll index 8ff91ac38e8..f201ddd2a9d 100644 --- a/llvm/test/CodeGen/SystemZ/branch-01.ll +++ b/llvm/test/CodeGen/SystemZ/branch-01.ll @@ -6,7 +6,7 @@ define void @f1(i8 *%dest) { ; CHECK: f1: ; CHECK: .L[[LABEL:.*]]: ; CHECK: mvi 0(%r2), 1 -; CHECK: j{{g?}} .L[[LABEL]] +; CHECK: j .L[[LABEL]] br label %loop loop: store volatile i8 1, i8 *%dest |