remove some methods

llvm-svn: 25779
This commit is contained in:
Chris Lattner 2006-01-29 07:57:11 +00:00
parent d7738e6b32
commit 3b13bef346
1 changed files with 0 additions and 5 deletions

View File

@ -658,11 +658,6 @@ public:
static bool classof(const SDNode *) { return true; } 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: protected:
friend class SelectionDAG; friend class SelectionDAG;