summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-08 00:15:29 +0000
committerChris Lattner <sabre@nondot.org>2002-04-08 00:15:29 +0000
commit6e6f5be53d4b4f82879bba4baf8c2e2d2ff4926a (patch)
treef485c258a5559ecdecad3f47dfce689cabe44af8 /llvm
parent3b08c2f46c7a7fa3f088b51ef6f8fd4d6c6bd56c (diff)
downloadbcm5719-llvm-6e6f5be53d4b4f82879bba4baf8c2e2d2ff4926a.tar.gz
bcm5719-llvm-6e6f5be53d4b4f82879bba4baf8c2e2d2ff4926a.zip
Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.h
llvm-svn: 2156
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/VMCore/BasicBlock.cpp2
-rw-r--r--llvm/lib/VMCore/Function.cpp4
-rw-r--r--llvm/lib/VMCore/Module.cpp2
-rw-r--r--llvm/lib/VMCore/Value.cpp1
4 files changed, 4 insertions, 5 deletions
diff --git a/llvm/lib/VMCore/BasicBlock.cpp b/llvm/lib/VMCore/BasicBlock.cpp
index 45ae72bc1e0..7c910918c64 100644
--- a/llvm/lib/VMCore/BasicBlock.cpp
+++ b/llvm/lib/VMCore/BasicBlock.cpp
@@ -4,7 +4,7 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/ValueHolderImpl.h"
+#include "ValueHolderImpl.h"
#include "llvm/iTerminators.h"
#include "llvm/SymbolTable.h"
#include "llvm/Type.h"
diff --git a/llvm/lib/VMCore/Function.cpp b/llvm/lib/VMCore/Function.cpp
index c5e9e218192..f2e6bd5c64e 100644
--- a/llvm/lib/VMCore/Function.cpp
+++ b/llvm/lib/VMCore/Function.cpp
@@ -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
diff --git a/llvm/lib/VMCore/Module.cpp b/llvm/lib/VMCore/Module.cpp
index 9d131699700..74b5f4b7fdc 100644
--- a/llvm/lib/VMCore/Module.cpp
+++ b/llvm/lib/VMCore/Module.cpp
@@ -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
diff --git a/llvm/lib/VMCore/Value.cpp b/llvm/lib/VMCore/Value.cpp
index ac9f7012ef1..7f28eb9d287 100644
--- a/llvm/lib/VMCore/Value.cpp
+++ b/llvm/lib/VMCore/Value.cpp
@@ -4,7 +4,6 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/ValueHolderImpl.h"
#include "llvm/InstrTypes.h"
#include "llvm/SymbolTable.h"
#include "llvm/SymTabValue.h"
OpenPOWER on IntegriCloud