Make NamedMDNode not be a subclass of Value, and simplify the interface
authorDan Gohman <gohman@apple.com>
Wed, 21 Jul 2010 23:38:33 +0000 (23:38 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 21 Jul 2010 23:38:33 +0000 (23:38 +0000)
commit17aa92c92a925b4a674440c7ef088c223990e854
treebc129644ee9db39dc25a41c22ce01b14ede5728f
parentfcbd1a749f9db4bf144a3343c4d707e1de087a7e
Make NamedMDNode not be a subclass of Value, and simplify the interface
for creating and populating NamedMDNodes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109061 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
include/llvm/Metadata.h
include/llvm/Module.h
include/llvm/Value.h
include/llvm/ValueSymbolTable.h
lib/Analysis/DebugInfo.cpp
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/Bitcode/Writer/ValueEnumerator.h
lib/Linker/LinkModules.cpp
lib/Transforms/Utils/CloneModule.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/Metadata.cpp
lib/VMCore/Module.cpp
lib/VMCore/Value.cpp
lib/VMCore/ValueSymbolTable.cpp
lib/VMCore/Verifier.cpp
unittests/VMCore/MetadataTest.cpp