Test commit
authorOlivier Sallenave <ohsallen@us.ibm.com>
Wed, 7 Jan 2015 19:45:17 +0000 (19:45 +0000)
committerOlivier Sallenave <ohsallen@us.ibm.com>
Wed, 7 Jan 2015 19:45:17 +0000 (19:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225368 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/DAGCombiner.cpp

index 74769e54f8a90b51b3f06dc4b9a306b6c308a7d0..64cc1f5f7cb84e1a4aa24d53894d2962341a2528 100644 (file)
@@ -6878,6 +6878,7 @@ SDValue DAGCombiner::visitFADD(SDNode *N) {
     }
   } // enable-unsafe-fp-math
 
+
   // FADD -> FMA combines:
   if ((Options.AllowFPOpFusion == FPOpFusion::Fast || Options.UnsafeFPMath) &&
       TLI.isFMAFasterThanFMulAndFAdd(VT) &&