mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-25 12:04:36 +00:00
too much space again; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236150 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4fa3a17472
commit
35684a13d4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user