Skip to content

Commit d3d4066

Browse files
authored
DAG: Remove dead declaration of ExpandSinCosLibCall (#147673)
1 parent 50facad commit d3d4066

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ class SelectionDAGLegalize {
155155
RTLIB::Libcall CallI64,
156156
RTLIB::Libcall CallI128);
157157
void ExpandDivRemLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
158-
void ExpandSinCosLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
159158

160159
SDValue EmitStackConvert(SDValue SrcOp, EVT SlotVT, EVT DestVT,
161160
const SDLoc &dl);

0 commit comments

Comments
 (0)