Skip to content

Commit 55a271f

Browse files
committed
merge conflict fix
1 parent accaa7a commit 55a271f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/Interfaces/CallInterfaces.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def CallOpInterface : OpInterface<"CallOpInterface"> {
7373
}];
7474
let cppNamespace = "::mlir";
7575

76-
let methods = !listconcat(ArgumentAttributesMethods.methods, [
76+
let methods = [
7777
InterfaceMethod<[{
7878
Returns the callee of this call-like operation. A `callee` is either a
7979
reference to a symbol, via SymbolRefAttr, or a reference to a defined
@@ -138,7 +138,7 @@ def CallableOpInterface : OpInterface<"CallableOpInterface"> {
138138
}];
139139
let cppNamespace = "::mlir";
140140

141-
let methods = !listconcat(ArgumentAttributesMethods.methods, [
141+
let methods = [
142142
InterfaceMethod<[{
143143
Returns the region on the current operation that is callable. This may
144144
return null in the case of an external callable object, e.g. an external

0 commit comments

Comments
 (0)