Skip to content
Commit 46b1976a authored by Chris Lattner's avatar Chris Lattner
Browse files

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 from
a graph, and makes iteration over the all nodes list stable when adding
nodes to the graph.

llvm-svn: 24262
parent cd6f0f47
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment