remove some methods

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25779 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-01-29 07:57:11 +00:00
parent 3fd327fe7f
commit c1857c23f5

View File

@ -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;