summaryrefslogtreecommitdiff
path: root/lib/IR/TypeFinder.cpp
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
commit4068e1af9ff68b6b5fdb3233f1304e53f1bf179a (patch)
tree61b4d9c2ff6f235cb135ed0f47323480d624c3b9 /lib/IR/TypeFinder.cpp
parentc779e96158cbac4c62df8e2053ab6a933eba5868 (diff)
downloadllvm-4068e1af9ff68b6b5fdb3233f1304e53f1bf179a.tar.gz
llvm-4068e1af9ff68b6b5fdb3233f1304e53f1bf179a.tar.bz2
llvm-4068e1af9ff68b6b5fdb3233f1304e53f1bf179a.tar.xz
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171749 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/IR/TypeFinder.cpp')
-rw-r--r--lib/IR/TypeFinder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IR/TypeFinder.cpp b/lib/IR/TypeFinder.cpp
index f2e4f11b24..d5e6203507 100644
--- a/lib/IR/TypeFinder.cpp
+++ b/lib/IR/TypeFinder.cpp
@@ -11,7 +11,7 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/TypeFinder.h"
+#include "llvm/IR/TypeFinder.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/DerivedTypes.h"