File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
mlir/include/mlir/Transforms Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -221,12 +221,13 @@ class TypeConverter {
221221 // /
222222 // / The conversion functions take a non-null Type or subclass of Type and a
223223 // / non-null Attribute (or subclass of Attribute), and returns a
224- // / `AttributeConversionResult`. This result can either contan an `Attribute`,
225- // / which may be `nullptr`, representing the conversion's success,
226- // / `AttributeConversionResult::na()` (the default empty value), indicating
227- // / that the conversion function did not apply and that further conversion
228- // / functions should be checked, or `AttributeConversionResult::abort()`
229- // / indicating that the conversion process should be aborted.
224+ // / `AttributeConversionResult`. This result can either contain an
225+ // / `Attribute`, which may be `nullptr`, representing the conversion's
226+ // / success, `AttributeConversionResult::na()` (the default empty value),
227+ // / indicating that the conversion function did not apply and that further
228+ // / conversion functions should be checked, or
229+ // / `AttributeConversionResult::abort()` indicating that the conversion
230+ // / process should be aborted.
230231 // /
231232 // / Registered conversion functions are callled in the reverse of the order in
232233 // / which they were registered.
You can’t perform that action at this time.
0 commit comments