Fix loops where the header has an exit, fixing a loop-unswitch crash on crafty
authorChris Lattner <sabre@nondot.org>
Fri, 17 Feb 2006 06:39:56 +0000 (06:39 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 17 Feb 2006 06:39:56 +0000 (06:39 +0000)
commit0017d480cc79eb43950a913acec85ba1207f9424
treee7327c9fd5d6200e8d7f25687bc1ba8745322a63
parent8ec18177da2fe68b59ec5f4c6ca6e8e1a46d6739
Fix loops where the header has an exit, fixing a loop-unswitch crash on crafty

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