forked from OSchip/llvm-project
[SelectionDAG] Remove unused declaration ExpandStrictFPOp (NFC)
ExpandStrictFPOp started taking two parameters instead of one on Jan
10, 2020 in commit f678fc7660
, but the
declaration for the single-perameter version has remained since.
This commit is contained in:
parent
2482648a79
commit
c2309ff3d5
|
@ -143,7 +143,6 @@ class VectorLegalizer {
|
|||
void ExpandSADDSUBO(SDNode *Node, SmallVectorImpl<SDValue> &Results);
|
||||
void ExpandMULO(SDNode *Node, SmallVectorImpl<SDValue> &Results);
|
||||
void ExpandFixedPointDiv(SDNode *Node, SmallVectorImpl<SDValue> &Results);
|
||||
SDValue ExpandStrictFPOp(SDNode *Node);
|
||||
void ExpandStrictFPOp(SDNode *Node, SmallVectorImpl<SDValue> &Results);
|
||||
void ExpandREM(SDNode *Node, SmallVectorImpl<SDValue> &Results);
|
||||
|
||||
|
|
Loading…
Reference in New Issue