[Layering] Move InstVisitor.h into the IR library as it is pretty

obviously coupled to the IR.

llvm-svn: 203064
This commit is contained in:
Chandler Carruth
2014-03-06 03:23:41 +00:00
parent 9d100866f2
commit 7da14f1ab9
20 changed files with 22 additions and 22 deletions

View File

@@ -17,7 +17,7 @@
#define DEBUG_TYPE "scalarizer"
#include "llvm/ADT/STLExtras.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/InstVisitor.h"
#include "llvm/IR/InstVisitor.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Transforms/Scalar.h"