summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.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
commita4f43fb5dd91285cc1f77383d7426226f4cbe10e (patch)
treeae5b2175fa1833e5301f50b92da1b96218b7c8e3 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parent4a040410564739c903225c6709d95de4a138c231 (diff)
downloadbcm5719-llvm-a4f43fb5dd91285cc1f77383d7426226f4cbe10e.tar.gz
bcm5719-llvm-a4f43fb5dd91285cc1f77383d7426226f4cbe10e.zip
Rename MDNode.h header. It defines MDnode and other metadata classes.
New name is Metadata.h. llvm-svn: 77370
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
-rw-r--r--llvm/lib/Bitcode/Writer/BitcodeWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
index fd09edec942..eb634ef159a 100644
--- a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
+++ b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
@@ -19,7 +19,7 @@
#include "llvm/DerivedTypes.h"
#include "llvm/InlineAsm.h"
#include "llvm/Instructions.h"
-#include "llvm/MDNode.h"
+#include "llvm/Metadata.h"
#include "llvm/Module.h"
#include "llvm/Operator.h"
#include "llvm/TypeSymbolTable.h"
OpenPOWER on IntegriCloud