diff options
author | Sanjay Patel <spatel@rotateright.com> | 2015-04-29 20:32:57 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2015-04-29 20:32:57 +0000 |
commit | 435efaadffdf3e4543308a21193e93719c45e9c0 (patch) | |
tree | 8237eefa9697ef2151bfc5ec044dccede60e2d9a /llvm/lib | |
parent | 9160e78ac80763929519a6a5718b30694f23a2d3 (diff) | |
download | bcm5719-llvm-435efaadffdf3e4543308a21193e93719c45e9c0.tar.gz bcm5719-llvm-435efaadffdf3e4543308a21193e93719c45e9c0.zip |
too much space; NFC
llvm-svn: 236147
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 66c1356152d..9f4ced3660a 100644 --- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -7206,10 +7206,6 @@ ConstantFoldBITCASTofBUILD_VECTOR(SDNode *BV, EVT DstEltVT) { /// Try to perform FMA combining on a given FADD node. SDValue DAGCombiner::visitFADDForFMACombine(SDNode *N) { - - - - SDValue N0 = N->getOperand(0); SDValue N1 = N->getOperand(1); EVT VT = N->getValueType(0); |