[Modules] Move the PredIteratorCache into the IR library -- it is
authorChandler Carruth <chandlerc@gmail.com>
Tue, 4 Mar 2014 12:09:19 +0000 (12:09 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 4 Mar 2014 12:09:19 +0000 (12:09 +0000)
commit5b74a01aad694cf1e885388c075afb952f2ebe86
tree335d3c6052105ff44aaae552ccefa6d0420701e8
parentff956e7568a4d88762cd038497d97498c680e70c
[Modules] Move the PredIteratorCache into the IR library -- it is
hardcoded to use IR BasicBlocks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202835 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/PredIteratorCache.h [new file with mode: 0644]
include/llvm/Support/PredIteratorCache.h [deleted file]
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Utils/LCSSA.cpp