diff options
author | Devang Patel <dpatel@apple.com> | 2009-07-28 21:49:47 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-07-28 21:49:47 +0000 |
commit | 0a9f7b9c3ebe7d0ec033462e1a7c9101279956f9 (patch) | |
tree | 9bddc13cdc61792a453dbcf675fd2ab642545d5d /lib/VMCore/LLVMContextImpl.cpp | |
parent | 7cc2c406d0c82bcf329048ced643ec77fcae60e6 (diff) |
Rename MDNode.h header. It defines MDnode and other metadata classes.
New name is Metadata.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77370 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/LLVMContextImpl.cpp')
-rw-r--r-- | lib/VMCore/LLVMContextImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/LLVMContextImpl.cpp b/lib/VMCore/LLVMContextImpl.cpp index 5efc1ebe5e..23d8ca3105 100644 --- a/lib/VMCore/LLVMContextImpl.cpp +++ b/lib/VMCore/LLVMContextImpl.cpp @@ -16,7 +16,7 @@ #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" #include "llvm/LLVMContext.h" -#include "llvm/MDNode.h" +#include "llvm/Metadata.h" using namespace llvm; static char getValType(ConstantAggregateZero *CPZ) { return 0; } |