LoopIndexSplit needs to inform the loop pass manager of the instructions it is
authorOwen Anderson <resistor@mac.com>
Tue, 14 Apr 2009 01:04:19 +0000 (01:04 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 14 Apr 2009 01:04:19 +0000 (01:04 +0000)
commit0b2a153968ef4419be3dbec70d5eac12b031251f
tree1a0b94e468a0ae57c422b0599268d15894030d0d
parentec65a7d89b3c23183433c69f43220a93f3573551
LoopIndexSplit needs to inform the loop pass manager of the instructions it is
deleting, not just the basic block.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69011 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopIndexSplit.cpp