commit | a3e5642aba317bf272530db77a8fcccde66e2031 | [log] [tgz] |
---|---|---|
author | David Majnemer <david.majnemer@gmail.com> | Sun Nov 08 02:36:00 2015 +0000 |
committer | David Majnemer <david.majnemer@gmail.com> | Sun Nov 08 02:36:00 2015 +0000 |
tree | 826868f9b937f9ea2b406d00b1c255721ba129d7 | |
parent | 0d0bb8e27bde93487a50f04b0d2483228bf9f92e [diff] |
[WinEH] Update PHIs of CATCHRET successors The TailDuplication machine pass ran across a malformed CFG: a PHI node referred it's predecessor's predecessor instead of it's predecessor. This occurred because we split the edge in X86ISelLowering when we processed the CATCHRET but forgot to do something about the PHI nodes. This fixes PR25444. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252413 91177308-0d34-0410-b5e6-96231b3b80d8