[PATCH] D12433: [WinEH] Add cleanupendpad instruction

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 13:46:43 PDT 2015


majnemer accepted this revision.
majnemer added a comment.
This revision is now accepted and ready to land.

This LGTM modulo the change to "Remove implausible terminators and replace them with UnreachableInst".  I think that the right thing to do there is, as mentioned, to update the `cleanupendpad`'s predecessor to `unwind to caller`.


http://reviews.llvm.org/D12433





More information about the llvm-commits mailing list