]> granicus.if.org Git - llvm/commit
Add a new assertion to check that stuff is happening right
authorChris Lattner <sabre@nondot.org>
Thu, 27 Feb 2003 22:31:07 +0000 (22:31 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 27 Feb 2003 22:31:07 +0000 (22:31 +0000)
commit7e7ad49c23867a5de8e15adfd946fdfa4ba68902
treecc809f5d5c9199fcd023acda611dd7487be50470
parent8601a9bf54049389e0e0b6a907dc51069dcadc60
Add a new assertion to check that stuff is happening right
Ironically the exit block modification code wasn't updating the exit block
information itself.  Fix this.

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