remove dead code. The exit block list is computed on demand, thus does not
authorChris Lattner <sabre@nondot.org>
Sat, 13 Aug 2005 01:30:36 +0000 (01:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 13 Aug 2005 01:30:36 +0000 (01:30 +0000)
commit8385393dc897ddba1cd86c5a05dd85df63316d87
treee696acd2cefa6d7a276acab7b3c8c5af1e05ad24
parent3e27b1f5c4bbbc5729a154b9b76b4231bb0ad9b9
remove dead code.  The exit block list is computed on demand, thus does not
need to be updated.  This code is a relic from when it did.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22775 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/LoopSimplify.cpp