Switch the allnodes list from a vector of pointers to an ilist of nodes.This...
Switch the allnodes list from a vector of pointers to an ilist of nodes.This eliminates the vector, allows constant time removal of a node froma graph, and makes iteration over the all nodes list stable when adding nodes to the graph. llvm-svn: 24263
Loading
Please register or sign in to comment