diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-fast-isel-fcmp.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-fast-isel-fcmp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-fast-isel-fcmp.ll b/llvm/test/CodeGen/AArch64/arm64-fast-isel-fcmp.ll index 51ec377ccaf..9dc306b0e2b 100644 --- a/llvm/test/CodeGen/AArch64/arm64-fast-isel-fcmp.ll +++ b/llvm/test/CodeGen/AArch64/arm64-fast-isel-fcmp.ll @@ -156,7 +156,7 @@ define zeroext i1 @fcmp_une(float %a, float %b) { define zeroext i1 @fcmp_true(float %a) { ; CHECK-LABEL: fcmp_true -; CHECK: orr {{w[0-9]+}}, wzr, #0x1 +; CHECK: mov {{w[0-9]+}}, #1 %1 = fcmp ueq float %a, %a ret i1 %1 } |