Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.h
authorChris Lattner <sabre@nondot.org>
Mon, 8 Apr 2002 00:15:29 +0000 (00:15 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Apr 2002 00:15:29 +0000 (00:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2156 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/BasicBlock.cpp
lib/VMCore/Function.cpp
lib/VMCore/Module.cpp
lib/VMCore/Value.cpp

index 45ae72bc1e024ed7f2355c89011ce457ee74c9ca..7c910918c6435f25d57bf8b790f26ba38ad5ff3b 100644 (file)
@@ -4,7 +4,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/ValueHolderImpl.h"
+#include "ValueHolderImpl.h"
 #include "llvm/iTerminators.h"
 #include "llvm/SymbolTable.h"
 #include "llvm/Type.h"
index c5e9e2181928ffc11ab20d171109ce7e72d573c7..f2e6bd5c64e1ab293d2e226295db535fc0a8b8c8 100644 (file)
@@ -5,14 +5,14 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/ValueHolderImpl.h"
+#include "llvm/Function.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/SymbolTable.h"
 #include "llvm/Module.h"
-#include "llvm/Function.h"
 #include "llvm/GlobalVariable.h"
 #include "llvm/BasicBlock.h"
 #include "llvm/iOther.h"
+#include "ValueHolderImpl.h"
 
 //===----------------------------------------------------------------------===//
 // Function Implementation
index 9d131699700cdac9edcfa24e6745e9be5f7ccc61..74b5f4b7fdc28440c0c6a2fa7eea0a06ee3f5d02 100644 (file)
@@ -8,11 +8,11 @@
 #include "llvm/Function.h"
 #include "llvm/GlobalVariable.h"
 #include "llvm/InstrTypes.h"
-#include "llvm/ValueHolderImpl.h"
 #include "llvm/Type.h"
 #include "llvm/ConstantVals.h"
 #include "llvm/DerivedTypes.h"
 #include "Support/STLExtras.h"
+#include "ValueHolderImpl.h"
 #include <map>
 
 // Instantiate Templates - This ugliness is the price we have to pay
index ac9f7012ef17ccbb5e5f2dab2415d8bd113cc7a7..7f28eb9d2875ba0675934e582db7e0ce6c332f2c 100644 (file)
@@ -4,7 +4,6 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/ValueHolderImpl.h"
 #include "llvm/InstrTypes.h"
 #include "llvm/SymbolTable.h"
 #include "llvm/SymTabValue.h"