summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-04-29 20:38:02 +0000
committerSanjay Patel <spatel@rotateright.com>2015-04-29 20:38:02 +0000
commitee6678119d911fc88ef407a769f59fbfdf7f1553 (patch)
treead1567b115b8d68567c217fe6286846856a412e3
parentf14fbcbf918ddada3fcade51137dd05cd106d261 (diff)
downloadbcm5719-llvm-ee6678119d911fc88ef407a769f59fbfdf7f1553.tar.gz
bcm5719-llvm-ee6678119d911fc88ef407a769f59fbfdf7f1553.zip
too much space again; NFC
llvm-svn: 236150
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index 9f4ced3660a..74ea58b7e20 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;
OpenPOWER on IntegriCloud