Fix LCSSA to avoid emitting a PHI node for the unwind destination of
authorDan Gohman <gohman@apple.com>
Fri, 26 Jun 2009 00:31:13 +0000 (00:31 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 26 Jun 2009 00:31:13 +0000 (00:31 +0000)
an invoke instruction, since the value isn't really live across that
edge.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74242 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found