Before deleting a basic block, give other loop passes a chance cleanup analysis value...
authorDevang Patel <dpatel@apple.com>
Wed, 25 Mar 2009 23:57:48 +0000 (23:57 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 25 Mar 2009 23:57:48 +0000 (23:57 +0000)
commit575ec806e0d6e10eaf1bbe4163379d51565f7fe4
tree6adfb2dd1e8a83e6c858a6e10f13483a3d6f9fab
parent54f302272c6bf98638d224949be8bd23a120ba48
Before deleting a basic block, give other loop passes a chance cleanup analysis values, related to the instructions in the basic block.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67719 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LoopPass.cpp
lib/Transforms/Scalar/LoopIndexSplit.cpp
test/Transforms/LICM/2009-03-25-AliasSetTracker.ll [new file with mode: 0644]