Now that ConstantBool::True/False are gone, we can modify Type.cpp to
authorChris Lattner <sabre@nondot.org>
Thu, 28 Sep 2006 23:38:07 +0000 (23:38 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Sep 2006 23:38:07 +0000 (23:38 +0000)
commitde65fb3a8b629831860b5880696bdba3ba7b3200
tree04345d37f5b94329b331b5c72595cd60757d75d6
parent003cbf35f4d9feebf0f1508c85b69b87645727cd
Now that ConstantBool::True/False are gone, we can modify Type.cpp to
eliminate its static dtors, without having code that depends on order of
initialization.  Eliminate static ctors/dtors from Type.cpp.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30667 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Type.h
lib/VMCore/Type.cpp