OSDN Git Service

move ElementVH out of the MDNode class into the MDNode.cpp file. Among
authorChris Lattner <sabre@nondot.org>
Mon, 28 Dec 2009 07:41:54 +0000 (07:41 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Dec 2009 07:41:54 +0000 (07:41 +0000)
commitc5e08a963973f43c10869cd249c0718d307dd031
tree64a0237283ed4ed33f39bfae9cc7cea6094338b1
parent0b86a6f049e4d839bd770241571628d10c980887
move ElementVH out of the MDNode class into the MDNode.cpp file.  Among
other things, this avoids vtable and rtti data for it being splatted in
every translation unit that uses it.

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