fhahn added inline comments.

================
Comment at: clang/lib/CodeGen/CGDecl.cpp:1267
   assert(!isa<llvm::UndefValue>(constant));
-  emitStoresForConstant(CGM, D, Loc, isVolatile, Builder, constant);
+  emitStoresForConstant(CGM, D, Loc, isVolatile, Builder, constant, true);
 }
----------------
jdoerfert wrote:
> Nit: `/* AutoInit */` also other places
Thanks, I added a comment to all places where constants are passed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91417/new/

https://reviews.llvm.org/D91417

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to