[Modules] Move GetElementPtrTypeIterator into the IR library. As its

name might indicate, it is an iterator over the types in an instruction
in the IR.... You see where this is going.

Another step of modularizing the support library.

llvm-svn: 202815
This commit is contained in:
Chandler Carruth
2014-03-04 10:40:04 +00:00
parent 8394857f43
commit 03eb0de93d
25 changed files with 27 additions and 27 deletions

View File

@@ -15,7 +15,7 @@
#include "llvm/ADT/STLExtras.h"
#include "llvm/Analysis/InstructionSimplify.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "llvm/IR/GetElementPtrTypeIterator.h"
#include "llvm/Support/PatternMatch.h"
using namespace llvm;
using namespace PatternMatch;