Metadata.h doesn't need to include ValueHandle.h anymore.
authorChris Lattner <sabre@nondot.org>
Mon, 28 Dec 2009 08:20:46 +0000 (08:20 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Dec 2009 08:20:46 +0000 (08:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92211 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/Metadata.h
lib/AsmParser/LLParser.h
lib/Transforms/Scalar/JumpThreading.cpp

index bac9fce467e8b05b8ffda0743f8a4c00a6da96fe..e9b645b5e8d5d5bdbb067c3c3a4d2fa150998ffb 100644 (file)
@@ -43,6 +43,7 @@
 #include "llvm/GlobalValue.h"
 #include "llvm/Pass.h"
 #include "llvm/Metadata.h"
+#include "llvm/Support/ValueHandle.h"
 
 namespace llvm {
 
index c97558fe5da523b53a0c47e800914925831e34c3..e4cb12119cfc7df0c47ad4c547da4f1ffb852d16 100644 (file)
@@ -22,7 +22,6 @@
 #include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/ilist_node.h"
-#include "llvm/Support/ValueHandle.h"
 
 namespace llvm {
 class Constant;
index d14b1cb362d5a203863a2d855fd75e80f0985a68..eec524a5e65f282ae120f7a8f2762175850a9208 100644 (file)
@@ -18,6 +18,7 @@
 #include "llvm/Module.h"
 #include "llvm/Type.h"
 #include <map>
+#include "llvm/Support/ValueHandle.h"
 
 namespace llvm {
   class Module;
index d58b9c9de012b64574050041987cea80fd013f77..7e6cf79d8cba7bc8ccb2ff48c0f50253a747947a 100644 (file)
@@ -29,6 +29,7 @@
 #include "llvm/ADT/SmallSet.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Support/ValueHandle.h"
 #include "llvm/Support/raw_ostream.h"
 using namespace llvm;