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

Fix a DSA bug that caused DSA to generate incredibly huge graphs and take forever to

do it on povray.  The problem is that we were not copying globals from callees to
callers unless the existed in both graphs.  We should have copied them in the case
where the global pointed to a node that was copied as well.

llvm-svn: 12104
parent 91be5332
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