================
@@ -3031,6 +3031,9 @@ def CIR_CallOp : CIR_CallOpBase<"call", 
[NoRegionArguments]> {
 
   let results = (outs Optional<CIR_AnyType>:$result);
   let arguments = commonArgs;
+  let regions = (region AnyRegion:$cleanup);
----------------
AmrDeveloper wrote:

I removed it and added a comment with a note until the redesign

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

Reply via email to