Tell ScalarEvolution that the loop is being deleted before actually
authorDan Gohman <gohman@apple.com>
Sat, 2 May 2009 17:29:26 +0000 (17:29 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 2 May 2009 17:29:26 +0000 (17:29 +0000)
commit9a936502fa7ffa8d8dd4f61354b9247908ab63b5
treedf01c72dbe243a4bfdffc021150099b35382d201
parent0e80b7cda155ef89dbac46d5d226bb333021b5f7
Tell ScalarEvolution that the loop is being deleted before actually
deleting it.  This will let ScalarEvolution be more complete about
updating its records.

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