summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Linker
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-07 15:43:51 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-07 15:43:51 +0000
commitdcb603feef213169cdb4f3df7e771640d2c1c83f (patch)
tree89502cf4dcaa7883e4f16ad0afdb4c6f29a0b39c /llvm/lib/Linker
parentf8673bca8da24e192473eaa460799975eaa7b475 (diff)
downloadbcm5719-llvm-dcb603feef213169cdb4f3df7e771640d2c1c83f.tar.gz
bcm5719-llvm-dcb603feef213169cdb4f3df7e771640d2c1c83f.zip
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
llvm-svn: 171749
Diffstat (limited to 'llvm/lib/Linker')
-rw-r--r--llvm/lib/Linker/LinkModules.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Linker/LinkModules.cpp b/llvm/lib/Linker/LinkModules.cpp
index bc512b46bc2..e973919de39 100644
--- a/llvm/lib/Linker/LinkModules.cpp
+++ b/llvm/lib/Linker/LinkModules.cpp
@@ -21,12 +21,12 @@
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"
+#include "llvm/IR/TypeFinder.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include "llvm/Transforms/Utils/ValueMapper.h"
-#include "llvm/TypeFinder.h"
#include <cctype>
using namespace llvm;
OpenPOWER on IntegriCloud