Skip to content

Commit c44b91e

Browse files
fix nit.
1 parent 100dfcc commit c44b91e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/lib/Dialect/Bufferization/Transforms/BufferResultsToOutParams.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ updateCalls(ModuleOp module, AllocDynamicSizesMap &map,
287287
LogicalResult mlir::bufferization::promoteBufferResultsToOutParams(
288288
ModuleOp module,
289289
const bufferization::BufferResultsToOutParamsOpts &options) {
290-
/// It maps the shape source of the dynamic shape memref returned by each
291-
/// function.
290+
// It maps the shape source of the dynamic shape memref returned by each
291+
// function.
292292
AllocDynamicSizesMap map;
293293
for (auto func : module.getOps<func::FuncOp>()) {
294294
if (!options.filterFn(&func))

0 commit comments

Comments
 (0)