From 35684a13d4f51d4c5feb7a7d5c7b5f7742971995 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Wed, 29 Apr 2015 20:38:02 +0000 Subject: [PATCH] too much space again; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236150 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 9f4ced3660a..74ea58b7e20 100644 --- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -7383,13 +7383,9 @@ SDValue DAGCombiner::visitFADDForFMACombine(SDNode *N) { /// Try to perform FMA combining on a given FSUB node. SDValue DAGCombiner::visitFSUBForFMACombine(SDNode *N) { - - - SDValue N0 = N->getOperand(0); SDValue N1 = N->getOperand(1); EVT VT = N->getValueType(0); - SDLoc SL(N); const TargetOptions &Options = DAG.getTarget().Options; -- 2.34.1