diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/fp-sqrt-02.ll')
| -rw-r--r-- | llvm/test/CodeGen/SystemZ/fp-sqrt-02.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/SystemZ/fp-sqrt-02.ll b/llvm/test/CodeGen/SystemZ/fp-sqrt-02.ll index a162466064e..a72629443f6 100644 --- a/llvm/test/CodeGen/SystemZ/fp-sqrt-02.ll +++ b/llvm/test/CodeGen/SystemZ/fp-sqrt-02.ll @@ -161,9 +161,7 @@ define double @f8(double %dummy, double %val) { ; CHECK-LABEL: f8: ; CHECK: sqdbr %f0, %f2 ; CHECK: cdbr %f0, %f0 -; CHECK: jo [[LABEL:\.L.*]] -; CHECK: br %r14 -; CHECK: [[LABEL]]: +; CHECK: bnor %r14 ; CHECK: ldr %f0, %f2 ; CHECK: jg sqrt@PLT %res = tail call double @sqrt(double %val) |

