mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
[mlir] Fix typo in parameter name annotation comment.
Found by ClangTidyBugProne check.
This commit is contained in:
@@ -1214,7 +1214,7 @@ LogicalResult ConversionPatternRewriterImpl::remapValues(
|
||||
ValueRange targetMat = buildUnresolvedMaterialization(
|
||||
MaterializationKind::Target, computeInsertPoint(repl), operandLoc,
|
||||
/*valueToMap=*/Value(), /*inputs=*/unpacked,
|
||||
/*outputType=*/legalTypes, /*originalType=*/origType,
|
||||
/*outputTypes=*/legalTypes, /*originalType=*/origType,
|
||||
currentTypeConverter);
|
||||
remapped.push_back(targetMat);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user