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/int-cmp-37.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/int-cmp-37.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/int-cmp-37.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/SystemZ/int-cmp-37.ll b/llvm/test/CodeGen/SystemZ/int-cmp-37.ll index aebd1f610d2..862cf38458a 100644 --- a/llvm/test/CodeGen/SystemZ/int-cmp-37.ll +++ b/llvm/test/CodeGen/SystemZ/int-cmp-37.ll @@ -9,7 +9,7 @@ define i32 @f1(i32 %src1) { ; CHECK: f1: ; CHECK: clhrl %r2, g -; CHECK-NEXT: j{{g?}}l +; CHECK-NEXT: jl ; CHECK: br %r14 entry: %val = load i16 *@g @@ -46,7 +46,7 @@ exit: define i32 @f3(i32 %src1) { ; CHECK: f3: ; CHECK: clhrl %r2, g -; CHECK-NEXT: j{{g?}}e +; CHECK-NEXT: je ; CHECK: br %r14 entry: %val = load i16 *@g @@ -65,7 +65,7 @@ exit: define i32 @f4(i32 %src1) { ; CHECK: f4: ; CHECK: clhrl %r2, g -; CHECK-NEXT: j{{g?}}lh +; CHECK-NEXT: jlh ; CHECK: br %r14 entry: %val = load i16 *@g |