Give embedded metadata its own type instead of relying on EmptyStructTy.
authorNick Lewycky <nicholas@mxc.ca>
Sat, 30 May 2009 05:06:04 +0000 (05:06 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 30 May 2009 05:06:04 +0000 (05:06 +0000)
commit7a0370f66ab5739f42ffe822f33494e0de9b182b
tree45b56951ca455c4f0fffdc0e55733b84608162ef
parentc5ca713b8073d9fe95b258d0c01328d020df3357
Give embedded metadata its own type instead of relying on EmptyStructTy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72610 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
bindings/ocaml/llvm/llvm.ml
bindings/ocaml/llvm/llvm.mli
docs/LangRef.html
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/Constants.h
include/llvm/MDNode.h
include/llvm/Type.h
lib/AsmParser/LLLexer.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Transforms/Utils/ValueMapper.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/Constants.cpp
lib/VMCore/Type.cpp
lib/VMCore/Verifier.cpp
test/Feature/embeddedmetadata.ll
unittests/VMCore/MetadataTest.cpp