[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

@@ -46,8 +46,8 @@
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/InstVisitor.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/InstVisitor.h"
#include "llvm/Pass.h"
#include "llvm/PassManager.h"
#include "llvm/Support/Debug.h"