[Layering] Move InstVisitor.h into the IR library as it is pretty
authorChandler Carruth <chandlerc@gmail.com>
Thu, 6 Mar 2014 03:23:41 +0000 (03:23 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 6 Mar 2014 03:23:41 +0000 (03:23 +0000)
commit67f6bf70d2cdb8fe74fe6872d90b7d09afe5dd69
tree465523c0eb65b7f8c9e04c6af77cfb3e51aa0326
parentaa3d8b2d6cffba317e5b2fac86c741255fed0187
[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
21 files changed:
include/llvm/Analysis/MemoryBuiltins.h
include/llvm/Analysis/PtrUseVisitor.h
include/llvm/IR/InstVisitor.h [new file with mode: 0644]
include/llvm/InstVisitor.h [deleted file]
lib/Analysis/IPA/InlineCost.cpp
lib/Analysis/InstCount.cpp
lib/Analysis/LazyCallGraph.cpp
lib/Analysis/Lint.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/IR/Verifier.cpp
lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
lib/Target/R600/SITypeRewriter.cpp
lib/Transforms/InstCombine/InstCombine.h
lib/Transforms/Instrumentation/AddressSanitizer.cpp
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
lib/Transforms/Instrumentation/DebugIR.cpp
lib/Transforms/Instrumentation/MemorySanitizer.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Scalar/SROA.cpp
lib/Transforms/Scalar/Scalarizer.cpp
tools/bugpoint-passes/TestPasses.cpp