aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Value.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
commit7c368855a7d367bf6009c59cd14c8aece9d80bec (patch)
tree9bddc13cdc61792a453dbcf675fd2ab642545d5d /lib/VMCore/Value.cpp
parent79d87ec983b916e8cb7461ba648d96f9a08d5f27 (diff)
downloadexternal_llvm-7c368855a7d367bf6009c59cd14c8aece9d80bec.zip
external_llvm-7c368855a7d367bf6009c59cd14c8aece9d80bec.tar.gz
external_llvm-7c368855a7d367bf6009c59cd14c8aece9d80bec.tar.bz2
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/Value.cpp')
-rw-r--r--lib/VMCore/Value.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Value.cpp b/lib/VMCore/Value.cpp
index 10e62ff..af13973 100644
--- a/lib/VMCore/Value.cpp
+++ b/lib/VMCore/Value.cpp
@@ -18,7 +18,7 @@
#include "llvm/Instructions.h"
#include "llvm/Operator.h"
#include "llvm/Module.h"
-#include "llvm/MDNode.h"
+#include "llvm/Metadata.h"
#include "llvm/ValueSymbolTable.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/Debug.h"