Only clone nodes that are needed in the caller, don't clone ALL aux calls. This...
authorChris Lattner <sabre@nondot.org>
Thu, 4 Mar 2004 03:57:53 +0000 (03:57 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 4 Mar 2004 03:57:53 +0000 (03:57 +0000)
commit2f3469013eb1b9f20c63a64cf60097ea99f093e7
tree282e1031c2a621c7284d59cf6b8a60d80db8f9ad
parente806173ab6f571f48e8b056fbd355ccef4371a23
Only clone nodes that are needed in the caller, don't clone ALL aux calls.  This improves
povray from having ~600K nodes and 300K call nodes to 65K nodes and 25K call nodes.

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