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 | b80e2be8894db9f843f32ebaffb9b7fd6b57d206 (patch) | |
tree | 6ce0604d9ede0f4531e2c9dc2425e9946ac6ae26 /lib/CodeGen/SelectionDAG/ScheduleDAG.cpp | |
parent | c9ea6fde305b35ab7c9f909ac390d4b53e33d536 (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24262 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/ScheduleDAG.cpp')
0 files changed, 0 insertions, 0 deletions