Skip to content
Commit bf4f2332 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...

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
parent 46b1976a
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