================
@@ -512,6 +526,13 @@ CIRGenFunction::emitCoroutineBody(const CoroutineBodyStmt 
&s) {
     }
   }
 
+  assert(!cir::MissingFeatures::coroutineGroManager());
+
+  cir::StoreOp::create(builder, openCurlyLoc,
+                       builder.getSignedInt(openCurlyLoc, 1, 32),
----------------
Andres-Salamanca wrote:

Done.

https://github.com/llvm/llvm-project/pull/203802
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to