summaryrefslogtreecommitdiff
path: root/lib/AsmParser/LLParser.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-28 08:20:46 +0000
committerChris Lattner <sabre@nondot.org>2009-12-28 08:20:46 +0000
commit5660846f15847e540066ae320a4adef7357d597d (patch)
tree0277fee92676f1dfd2e36550b4dc40aa15e6d0d7 /lib/AsmParser/LLParser.h
parentbcb18538c26fd6fef942d9da8156b30febae5d7e (diff)
downloadllvm-5660846f15847e540066ae320a4adef7357d597d.tar.gz
llvm-5660846f15847e540066ae320a4adef7357d597d.tar.bz2
llvm-5660846f15847e540066ae320a4adef7357d597d.tar.xz
Metadata.h doesn't need to include ValueHandle.h anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92211 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AsmParser/LLParser.h')
-rw-r--r--lib/AsmParser/LLParser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/AsmParser/LLParser.h b/lib/AsmParser/LLParser.h
index d14b1cb362..eec524a5e6 100644
--- a/lib/AsmParser/LLParser.h
+++ b/lib/AsmParser/LLParser.h
@@ -18,6 +18,7 @@
#include "llvm/Module.h"
#include "llvm/Type.h"
#include <map>
+#include "llvm/Support/ValueHandle.h"
namespace llvm {
class Module;