From ee6678119d911fc88ef407a769f59fbfdf7f1553 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 llvm-svn: 236150 --- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 9f4ced3..74ea58b 100644 --- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/llvm/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.7.4