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:
parent
d76582b540
commit
328273326d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user