summaryrefslogtreecommitdiff
path: root/lib/VMCore/LLVMContextImpl.cpp
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-03-21 22:08:41 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-03-21 22:08:41 +0000
commitb4cc66d7b71357d379257930f96929e26697805d (patch)
tree8e2632528f93910dfda68509444ddcbb9954cc27 /lib/VMCore/LLVMContextImpl.cpp
parent2f1efd639c8659582d0df2b8f927a018b057037f (diff)
downloadllvm-b4cc66d7b71357d379257930f96929e26697805d.tar.gz
llvm-b4cc66d7b71357d379257930f96929e26697805d.tar.bz2
llvm-b4cc66d7b71357d379257930f96929e26697805d.tar.xz
Re-add the Metadata.h include to LLVMContextImpl.h so that MDNode is complete
where FoldingSet<MDNode> is instantiated. Clang and MSVC complain; gcc doesn't. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99147 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/LLVMContextImpl.cpp')
-rw-r--r--lib/VMCore/LLVMContextImpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/LLVMContextImpl.cpp b/lib/VMCore/LLVMContextImpl.cpp
index dd825ad66f..176ccf18e4 100644
--- a/lib/VMCore/LLVMContextImpl.cpp
+++ b/lib/VMCore/LLVMContextImpl.cpp
@@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "LLVMContextImpl.h"
-#include "llvm/Metadata.h"
LLVMContextImpl::LLVMContextImpl(LLVMContext &C)
: TheTrueVal(0), TheFalseVal(0),