summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Module.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-23 17:46:59 +0000
committerChris Lattner <sabre@nondot.org>2001-07-23 17:46:59 +0000
commite2472bbf6c2bc1fcd0ba97cd2f4a6a9ccceedbfd (patch)
treedf3de8a004506eafe309299927b74b5f0e0353c3 /llvm/lib/VMCore/Module.cpp
parent36a57d31e35dcf382f1635b132a9d64753340b15 (diff)
downloadbcm5719-llvm-e2472bbf6c2bc1fcd0ba97cd2f4a6a9ccceedbfd.tar.gz
bcm5719-llvm-e2472bbf6c2bc1fcd0ba97cd2f4a6a9ccceedbfd.zip
Moved inline/llvm/Tools/* to include/llvm/Support/*
llvm-svn: 279
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 9d0015f7696..618e27b873d 100644
--- a/llvm/lib/VMCore/Module.cpp
+++ b/llvm/lib/VMCore/Module.cpp
@@ -9,7 +9,7 @@
#include "llvm/BasicBlock.h"
#include "llvm/InstrTypes.h"
#include "llvm/ValueHolderImpl.h"
-#include "llvm/Tools/STLExtras.h"
+#include "llvm/Support/STLExtras.h"
// Instantiate Templates - This ugliness is the price we have to pay
// for having a DefHolderImpl.h file seperate from DefHolder.h! :(
OpenPOWER on IntegriCloud