From: Cameron McInally Date: Thu, 6 Jun 2019 14:52:16 +0000 (+0000) Subject: [NFC][CodeGen] Remove duplicate test in fp-fast.ll X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=112fb4c41458b17be6fbf09bd0f2fd0e6ef9f221;p=llvm [NFC][CodeGen] Remove duplicate test in fp-fast.ll @test10 is the same as @test11. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362710 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/fp-fast.ll b/test/CodeGen/X86/fp-fast.ll index c2b07ed1023..7abedfd2d17 100644 --- a/test/CodeGen/X86/fp-fast.ll +++ b/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 -} -