[PATCH] D43586: CodeGen: handle blocks correctly when inalloca'ed

Shoaib Meenai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 21 11:07:40 PST 2018


smeenai added a comment.

Patch is missing context.



================
Comment at: lib/CodeGen/CGDecl.cpp:1851
     // The only implicit argument a block has is its literal.
     // We assume this is always passed directly.
     if (BlockInfo) {
----------------
This comment needs to be updated.


Repository:
  rC Clang

https://reviews.llvm.org/D43586





More information about the cfe-commits mailing list