mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
Add a new API for nate
llvm-svn: 23132
This commit is contained in:
parent
32609690c3
commit
05f6bb1b68
@ -287,6 +287,11 @@ public:
|
||||
void ReplaceAllUsesWith(SDNode *From, SDNode *To);
|
||||
void ReplaceAllUsesWith(SDNode *From, const std::vector<SDOperand> &To);
|
||||
|
||||
|
||||
/// DeleteNode - Remove the specified node from the system. This node must
|
||||
/// have no referrers.
|
||||
void DeleteNode(SDNode *N);
|
||||
|
||||
void dump() const;
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user