* Bottom-Up graphs print the Aux call vector
authorChris Lattner <sabre@nondot.org>
Sun, 10 Nov 2002 06:52:47 +0000 (06:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 10 Nov 2002 06:52:47 +0000 (06:52 +0000)
commita1079051d8a594d12c2dc41b227593bfcc985121
treee144ee9da12dff5dff7d71ba8d4131a039d1dee5
parent5c533ae837a2101e620a4e2f06acaa35f16e5fa7
* Bottom-Up graphs print the Aux call vector
* Significantly improve DEBUG output
* Aggressively fold calls together if we inlined a graph that provides
  call nodes.
* Add a bailout if the current graph has over 200 call nodes in it, this is
  a really whacky case that should never happen.

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