summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/CodeGen/X86/fp-fast.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/test/CodeGen/X86/fp-fast.ll b/llvm/test/CodeGen/X86/fp-fast.ll
index c2b07ed1023..7abedfd2d17 100644
--- a/llvm/test/CodeGen/X86/fp-fast.ll
+++ b/llvm/test/CodeGen/X86/fp-fast.ll
@@ -104,14 +104,3 @@ define float @test10(float %a) {
%t2 = fadd float %a, %t1
ret float %t2
}
-
-define float @test11(float %a) {
-; CHECK-LABEL: test11:
-; CHECK: # %bb.0:
-; CHECK-NEXT: vxorps %xmm0, %xmm0, %xmm0
-; CHECK-NEXT: retq
- %t1 = fsub float -0.0, %a
- %t2 = fadd float %a, %t1
- ret float %t2
-}
-
OpenPOWER on IntegriCloud