Chris Lattner 975f05852d Change the implementation of statistic to not need destructors at all.
Instead, the stat info is printed when llvm_shutdown() is called.
These also don't need static ctors, but getting rid of them is uglier:
still investigating.  This reduces the number of static dtors in llvm from
~1400 to ~750.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32372 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-08 20:00:42 +00:00
..
2006-10-04 22:13:11 +00:00
2006-11-03 01:38:14 +00:00
2006-11-28 22:32:35 +00:00
2006-12-07 20:28:15 +00:00