OSDN Git Service

Fix a problem where primitive types lose their name after llvm_shutdown is called.
authorChris Lattner <sabre@nondot.org>
Fri, 20 Apr 2007 22:33:47 +0000 (22:33 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Apr 2007 22:33:47 +0000 (22:33 +0000)
commita5f5a9c8e27c4fc32ccca1bb2dad0fcd295a64b7
tree14fd4a0cf5fd4c9f77829d1c127152bb407eb642
parent19b6dcdfa9832fbdcf69ec6db4c12d256bd709e7
Fix a problem where primitive types lose their name after llvm_shutdown is called.
This also reduces the amount of work done at static construction time.

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