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

obviously coupled to the IR.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203064 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth
2014-03-06 03:23:41 +00:00
parent aa3d8b2d6c
commit 67f6bf70d2
20 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
#include "llvm/Analysis/Passes.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/IR/Function.h"
#include "llvm/InstVisitor.h"
#include "llvm/IR/InstVisitor.h"
#include "llvm/Pass.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"