When unswitching a loop, make sure to update loop info with exit blocks in
authorChris Lattner <sabre@nondot.org>
Sat, 18 Feb 2006 00:55:32 +0000 (00:55 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Feb 2006 00:55:32 +0000 (00:55 +0000)
commit25cae0fd1ca1be2dc4b10864e0f7c8fc86ecd51d
tree6d76ae2fe6dc2a28ce099ad9495313248943769b
parent299520de7c5358a30dd7786cf9fe9f9a6ce37d94
When unswitching a loop, make sure to update loop info with exit blocks in
the right loop.

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