diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index 8bb03c6c517..ae2519a8363 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -658,11 +658,6 @@ public: static bool classof(const SDNode *) { return true; } - - /// setAdjCallChain - This method should only be used by the legalizer. - void setAdjCallChain(SDOperand N); - void setAdjCallFlag(SDOperand N); - protected: friend class SelectionDAG;