diff options
Diffstat (limited to 'test/CodeGen/SystemZ/int-cmp-22.ll')
| -rw-r--r-- | test/CodeGen/SystemZ/int-cmp-22.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/SystemZ/int-cmp-22.ll b/test/CodeGen/SystemZ/int-cmp-22.ll index ea16604..43daec9 100644 --- a/test/CodeGen/SystemZ/int-cmp-22.ll +++ b/test/CodeGen/SystemZ/int-cmp-22.ll @@ -18,8 +18,8 @@ define double @f1(double %a, double %b, i16 *%ptr) { ; Check comparisons with 1. define double @f2(double %a, double %b, i16 *%ptr) { ; CHECK-LABEL: f2: -; CHECK: chhsi 0(%r2), 1 -; CHECK-NEXT: jl +; CHECK: chhsi 0(%r2), 0 +; CHECK-NEXT: jle ; CHECK: ldr %f0, %f2 ; CHECK: br %r14 %val = load i16 *%ptr |
