diff options
author | Chris Lattner <sabre@nondot.org> | 2005-11-09 23:46:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-11-09 23:46:43 +0000 |
commit | 46b1976a1805a50e10e1eee746ec0916730abc72 (patch) | |
tree | 43ca30186d7ac0a3ae3a7b04de6adb39597fc4c5 /llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | |
parent | cd6f0f47f2d67aa5d855aed1ee00851ff5722dd5 (diff) | |
download | bcm5719-llvm-46b1976a1805a50e10e1eee746ec0916730abc72.tar.gz bcm5719-llvm-46b1976a1805a50e10e1eee746ec0916730abc72.zip |
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
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions