mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
too much space; NFC
llvm-svn: 236147
This commit is contained in:
parent
9efae2483f
commit
067a1bae86
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user