================ Comment at: lib/CodeGen/CGStmt.cpp:257 @@ -258,2 +256,3 @@ case Stmt::CaseStmtClass: EmitCaseStmt(cast<CaseStmt>(*S)); break; + case Stmt::SEHLeaveStmtClass: EmitSEHLeaveStmt(cast<SEHLeaveStmt>(*S)); break; } ---------------- (Moving this around isn't strictly necessary, but it seems nice to keep this similar to the EmitGoto path.)
http://reviews.llvm.org/D7575 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
