Skip to content

Commit cba9c6a

Browse files
committed
[mlir] Fix typo in parameter name annotation comment.
Found by ClangTidyBugProne check.
1 parent 5cf138c commit cba9c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Transforms/Utils/DialectConversion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ LogicalResult ConversionPatternRewriterImpl::remapValues(
12141214
ValueRange targetMat = buildUnresolvedMaterialization(
12151215
MaterializationKind::Target, computeInsertPoint(repl), operandLoc,
12161216
/*valueToMap=*/Value(), /*inputs=*/unpacked,
1217-
/*outputType=*/legalTypes, /*originalType=*/origType,
1217+
/*outputTypes=*/legalTypes, /*originalType=*/origType,
12181218
currentTypeConverter);
12191219
remapped.push_back(targetMat);
12201220
continue;

0 commit comments

Comments
 (0)