mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 08:24:12 +00:00
Add a new API for nate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23132 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c26aefa15a
commit
ba8a0e0d7f
@ -287,6 +287,11 @@ public:
|
|||||||
void ReplaceAllUsesWith(SDNode *From, SDNode *To);
|
void ReplaceAllUsesWith(SDNode *From, SDNode *To);
|
||||||
void ReplaceAllUsesWith(SDNode *From, const std::vector<SDOperand> &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;
|
void dump() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user