diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/int-cmp-08.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/int-cmp-08.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SystemZ/int-cmp-08.ll b/llvm/test/CodeGen/SystemZ/int-cmp-08.ll index b6f48d31815..ebf158a1144 100644 --- a/llvm/test/CodeGen/SystemZ/int-cmp-08.ll +++ b/llvm/test/CodeGen/SystemZ/int-cmp-08.ll @@ -5,8 +5,7 @@ ; Check CLGR. define double @f1(double %a, double %b, i64 %i1, i64 %i2) { ; CHECK-LABEL: f1: -; CHECK: clgr %r2, %r3 -; CHECK-NEXT: jl +; CHECK: clgrjl %r2, %r3 ; CHECK: ldr %f0, %f2 ; CHECK: br %r14 %cond = icmp ult i64 %i1, %i2 |