[PATCH] D13450: [WinEH] Implement state numbering for CoreCLR
Joseph Tremoulet via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 6 13:23:20 PDT 2015
JosephTremoulet marked an inline comment as done.
================
Comment at: lib/CodeGen/WinEHPrepare.cpp:2915
@@ +2914,3 @@
+ // A cleanup can have multiple exits; don't re-process after the first.
+ if (FuncInfo.EHPadStateMap.count(Pad))
+ continue;
----------------
Sure; changed.
http://reviews.llvm.org/D13450
More information about the llvm-commits
mailing list