Fix typos in InferTypeOpInterface.
PiperOrigin-RevId: 274866986 Change-Id: I7fcd11514e0445bf9d245f775ff7dbdaee0162c6
This commit is contained in:
parent
0330d34590
commit
f1fdcd3158
@ -16,8 +16,7 @@
|
|||||||
// =============================================================================
|
// =============================================================================
|
||||||
//
|
//
|
||||||
// This file contains a set of interfaces that can be used to define information
|
// This file contains a set of interfaces that can be used to define information
|
||||||
// related to call-like and callable operations. Each of which are defined along
|
// related to type inference.
|
||||||
// with the respective interface below.
|
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
@ -47,8 +46,8 @@ def InferTypeOpInterface : OpInterface<"InferTypeOpInterface"> {
|
|||||||
|
|
||||||
The method takes an optional location which, if set, will be used to
|
The method takes an optional location which, if set, will be used to
|
||||||
report errors on. The operands and attributes correspond to those with
|
report errors on. The operands and attributes correspond to those with
|
||||||
which an Operation would be created (e.g., as used in Operation;:create).
|
which an Operation would be created (e.g., as used in Operation::create)
|
||||||
Regions are the nested regions of the op.
|
and the regions of the op.
|
||||||
}],
|
}],
|
||||||
/*retTy=*/"SmallVector<Type, 2>",
|
/*retTy=*/"SmallVector<Type, 2>",
|
||||||
/*methodName=*/"inferReturnTypes",
|
/*methodName=*/"inferReturnTypes",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user