diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-17 07:17:19 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-17 07:17:19 +0000 |
commit | 7c4f14bf903be829d6a5aa00c1d1f9d0fc63f6e7 (patch) | |
tree | 1e8cf9987e66c4a0982b3bb2b27799c6e1edd34d /llvm/lib/CodeGen/MachineFunctionAnalysis.cpp | |
parent | 5fdb57cc100c89bb55cc706a749fcf1c361b99f9 (diff) | |
download | llvm-7c4f14bf903be829d6a5aa00c1d1f9d0fc63f6e7.zip llvm-7c4f14bf903be829d6a5aa00c1d1f9d0fc63f6e7.tar.gz llvm-7c4f14bf903be829d6a5aa00c1d1f9d0fc63f6e7.tar.bz2 |
reenable r101565, removing a problematic assertion.
CGSCC can delete nodes in regions of the callgraph that
have already been visited. If new CG nodes are allocated
to the same pointer, we shouldn't abort, just handle it
correctly by assigning a new number. This should restore
stability by removing invalidated pointers that *will* be
reused from the densemap in the iterator.
llvm-svn: 101628
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunctionAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions