mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Remove NodeDepth; Add NodeId which is a unique id per node per DAG. It can only be set by SelectionDAG.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29336 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -421,7 +421,11 @@ public:
|
||||
/// DeleteNode - Remove the specified node from the system. This node must
|
||||
/// have no referrers.
|
||||
void DeleteNode(SDNode *N);
|
||||
|
||||
|
||||
/// AssignNodeIds - Assign a unique node id for each node in the DAG. It
|
||||
/// returns the maximum id.
|
||||
int AssignNodeIds();
|
||||
|
||||
void dump() const;
|
||||
|
||||
/// InsertISelMapEntry - A helper function to insert a key / element pair
|
||||
|
Reference in New Issue
Block a user