1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/include
Chris Lattner d28dcb3ffe building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager
to keep the node entries in scc_iterator up to date instead of dangling as
the SCC mutates.

This is a really terrible problem which was causing -g to affect codegen 
because it would permute the memory image of the compiler process.

Thanks to Dale for expertly hunting it down.

llvm-svn: 101565
2010-04-16 23:04:30 +00:00
..
llvm building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager 2010-04-16 23:04:30 +00:00
llvm-c Bug fix: included System/Types.h instead of 2010-04-12 20:21:56 +00:00