Totally gut mergeInGraph. There is absolutely no reason to be merging
authorChris Lattner <sabre@nondot.org>
Wed, 23 Mar 2005 20:08:59 +0000 (20:08 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 23 Mar 2005 20:08:59 +0000 (20:08 +0000)
commite3f1d8a5251556815ebf0ea0d259b497502f25d8
tree26363945c255845d1f75c9f5f0ff827a639f943d
parenteb39492deba56cfb4e1772b1826e8be77cfac7f8
Totally gut mergeInGraph.  There is absolutely no reason to be merging
global roots in from callees to callers.  The BU graphs do not have accurate
globals information and all of the clients know it.  Instead, just make sure
the GG is up-to-date, and they will be perfectly satiated.

This speeds up the BU pass on 176.gcc from 5.5s to 1.5s, and Loc+BU+TD
from 7s to 2.7s.

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