OSDN Git Service

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)
commit0981ea4cda6a0b70c70729826c82096235a4c1e8
treedf01c72dbe243a4bfdffc021150099b35382d201
parent3e5206d4aa51829b72fd7b2b42652a484cfb9316
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