================
@@ -77,7 +77,7 @@ bool CIRGenFunction::isTrivialInitializer(const Expr *init) {
}
void CIRGenFunction::emitAutoVarInit(
- const CIRGenFunction::AutoVarEmission &emission) {
+ const CIRGenFunction::AutoVarEmission &emission, bool allocatedSeparately)
{
----------------
andykaylor wrote:
Rather than passing this in as an argument here, could you make it a member of
AutoVarEmission?
https://github.com/llvm/llvm-project/pull/154150
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits