Make sure that LCSSA works properly when it encounters an exit block that has
authorOwen Anderson <resistor@mac.com>
Mon, 12 Jun 2006 07:05:47 +0000 (07:05 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 12 Jun 2006 07:05:47 +0000 (07:05 +0000)
commitb083af644892fe76b74509096c47e86af4a9b651
treec7e5ccd746a796e5014e86a5e43bdbfe1b6f5866
parentc2cc15cf9d926b8de41dabba86005a55806127a0
Make sure that LCSSA works properly when it encounters an exit block that has
more than one predecessor inside the loop.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28749 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/LCSSA/2006-06-12-MultipleExitsSameBlock.ll [new file with mode: 0644]