File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mlir/include/mlir/Interfaces Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def CallOpInterface : OpInterface<"CallOpInterface"> {
73
73
}];
74
74
let cppNamespace = "::mlir";
75
75
76
- let methods = !listconcat(ArgumentAttributesMethods.methods, [
76
+ let methods = [
77
77
InterfaceMethod<[{
78
78
Returns the callee of this call-like operation. A `callee` is either a
79
79
reference to a symbol, via SymbolRefAttr, or a reference to a defined
@@ -138,7 +138,7 @@ def CallableOpInterface : OpInterface<"CallableOpInterface"> {
138
138
}];
139
139
let cppNamespace = "::mlir";
140
140
141
- let methods = !listconcat(ArgumentAttributesMethods.methods, [
141
+ let methods = [
142
142
InterfaceMethod<[{
143
143
Returns the region on the current operation that is callable. This may
144
144
return null in the case of an external callable object, e.g. an external
You can’t perform that action at this time.
0 commit comments