aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineModuleInfo.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 /include/llvm/CodeGen/MachineModuleInfo.h
parentbcb18538c26fd6fef942d9da8156b30febae5d7e (diff)
downloadexternal_llvm-5660846f15847e540066ae320a4adef7357d597d.zip
external_llvm-5660846f15847e540066ae320a4adef7357d597d.tar.gz
external_llvm-5660846f15847e540066ae320a4adef7357d597d.tar.bz2
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 'include/llvm/CodeGen/MachineModuleInfo.h')
-rw-r--r--include/llvm/CodeGen/MachineModuleInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineModuleInfo.h b/include/llvm/CodeGen/MachineModuleInfo.h
index bac9fce..e9b645b 100644
--- a/include/llvm/CodeGen/MachineModuleInfo.h
+++ b/include/llvm/CodeGen/MachineModuleInfo.h
@@ -43,6 +43,7 @@
#include "llvm/GlobalValue.h"
#include "llvm/Pass.h"
#include "llvm/Metadata.h"
+#include "llvm/Support/ValueHandle.h"
namespace llvm {