Skip to content

Commit ccfc117

Browse files
committed
revise
1 parent 098191c commit ccfc117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Linalg/IR/RegionBuilderHelper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class RegionBuilderHelper {
8888
Value buildTypeFn(TypeFn typeFn, Type toType, Value operand,
8989
function_ref<InFlightDiagnostic()> emitError = {});
9090

91-
// Create a `yieldOp` to yield `values` passed in arg.
91+
// Create a `yieldOp` to yield `values` passed in as arg.
9292
void yieldOutputs(ValueRange values);
9393

9494
// Create a constant op with value parsed from string `value`.

0 commit comments

Comments
 (0)