eliminate constructor from Statistic class. It is now impossible to get a
authorChris Lattner <sabre@nondot.org>
Tue, 19 Dec 2006 23:17:40 +0000 (23:17 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Dec 2006 23:17:40 +0000 (23:17 +0000)
commit0a3615246fe194f64e5d4afea5943542545819fc
treec85603aa218b62d341d1627f2557810193beabe6
parent1c560adfd1be8051644d7aefd32f2dcdb4070689
eliminate constructor from Statistic class.  It is now impossible to get a
static constructor for them :).   Transition complete.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32710 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Statistic.h
lib/Support/Statistic.cpp