Instead of cloning the globals for main into the globals graph at the end of
authorChris Lattner <sabre@nondot.org>
Sat, 21 Feb 2004 00:30:28 +0000 (00:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 21 Feb 2004 00:30:28 +0000 (00:30 +0000)
commit3567937f16643b80f995ee9c9cd3e3f75027d460
tree4c7fff6f64e241342f298609c260b40b7218a963
parentd10b5fd395e2c4390c669e1caad98f5f491eb7b6
Instead of cloning the globals for main into the globals graph at the end of
BU propagation, clone the globals into the GG of EACH FUNCTION that finishes
processing!  The GlobalsGraph *must* include all globals and effects from
all functions in the program.  Fixing this makes pool allocation work better
on 175.vpr, but it still ultimately crashes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11686 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/DataStructure/BottomUpClosure.cpp