summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Module.cpp
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/lib/VMCore/Module.cpp
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/lib/VMCore/Module.cpp')
-rw-r--r--llvm/lib/VMCore/Module.cpp2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud