aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/LLVMContext.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-07-28 21:49:47 +0000
committerDevang Patel <dpatel@apple.com>2009-07-28 21:49:47 +0000
commit0a9f7b9c3ebe7d0ec033462e1a7c9101279956f9 (patch)
tree9bddc13cdc61792a453dbcf675fd2ab642545d5d /lib/VMCore/LLVMContext.cpp
parent7cc2c406d0c82bcf329048ced643ec77fcae60e6 (diff)
downloadexternal_llvm-0a9f7b9c3ebe7d0ec033462e1a7c9101279956f9.tar.gz
external_llvm-0a9f7b9c3ebe7d0ec033462e1a7c9101279956f9.tar.bz2
external_llvm-0a9f7b9c3ebe7d0ec033462e1a7c9101279956f9.zip
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/LLVMContext.cpp')
-rw-r--r--lib/VMCore/LLVMContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/LLVMContext.cpp b/lib/VMCore/LLVMContext.cpp
index 14a891fb90..30343dcb24 100644
--- a/lib/VMCore/LLVMContext.cpp
+++ b/lib/VMCore/LLVMContext.cpp
@@ -16,7 +16,7 @@
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Instruction.h"
-#include "llvm/MDNode.h"
+#include "llvm/Metadata.h"
#include "llvm/Support/ManagedStatic.h"
#include "LLVMContextImpl.h"
#include <cstdarg>