change NamedMDNode to use a pimpl for its operand list instead
authorChris Lattner <sabre@nondot.org>
Mon, 28 Dec 2009 08:07:14 +0000 (08:07 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Dec 2009 08:07:14 +0000 (08:07 +0000)
commit57109697282c6dffd04e2e275606352914217114
treefe7d0d0673656c706aa72914c91ae127b31b705e
parenta327524b691795d1cb2161454e1e3e7ef12996de
change NamedMDNode to use a pimpl for its operand list instead
of making it a declared part of the value.

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