junparser added inline comments.
================ Comment at: clang/lib/CodeGen/CGCoroutine.cpp:654 + cast<ReturnStmt>(Ret)->setRetValue(nullptr); EmitStmt(Ret); + } ---------------- I mean, remove the if statements here since the retuen expr is null. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D117087/new/ https://reviews.llvm.org/D117087 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits