1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

new method

llvm-svn: 21869
This commit is contained in:
Chris Lattner 2005-05-11 18:56:45 +00:00
parent d76582b540
commit 328273326d

View File

@ -509,6 +509,10 @@ public:
static bool classof(const SDNode *) { return true; }
/// setAdjCallChain - This method should only be used by the legalizer.
void setAdjCallChain(SDOperand N);
protected:
friend class SelectionDAG;