================
@@ -1496,6 +1496,10 @@ def FuncOp : CIR_Op<"func", [
return getFunctionType().getReturnTypes();
}
+ // TODO(cir): this should be an operand attribute, but for now we just
hard-
+ // wire this as a function. Will later add a $no_proto argument to this op.
+ bool getNoProto() { return false; }
----------------
Lancern wrote:
Updated.
https://github.com/llvm/llvm-project/pull/136810
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits