hanchenye-llvm-project/llvm/include
Chris Lattner 7c4f14bf90 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
2010-04-17 07:17:19 +00:00
..
llvm reenable r101565, removing a problematic assertion. 2010-04-17 07:17:19 +00:00
llvm-c Bug fix: included System/Types.h instead of 2010-04-12 20:21:56 +00:00