Skip to content
Commit 482cf01a authored by Chris Lattner's avatar Chris Lattner
Browse files

Fix the "partial pool allocator" on em3d and others. The problem is that

DSNodes, unlike other GraphTraits nodes, can have null outgoing edges, and
df_iterator doesn't take this into consideration.  As a workaround, the
successor iterator now handles null nodes and 'indicates' that null has
no successors.

llvm-svn: 12025
parent b4c203ce
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