[PATCH] D16914: [CodeGen] Fix an assert in CodeGenFunction::EmitFunctionEpilog

Manman Ren via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 17 12:00:31 PST 2016


manmanren added a comment.

LGTM otherwise.

Cheers,
Manman


================
Comment at: lib/CodeGen/CGCall.cpp:2468
@@ +2467,3 @@
+      QualType RT;
+
+      if (auto *FD = dyn_cast<FunctionDecl>(CurCodeDecl))
----------------
Maybe add comments here on the if else block?


http://reviews.llvm.org/D16914





More information about the cfe-commits mailing list