Skip to content

Commit a4c3683

Browse files
authored
[mlir][NFC] Fix typo. (llvm#118163)
Fixes llvm#117222.
1 parent 92a4b44 commit a4c3683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Interfaces/DestinationStyleOpInterface.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def DestinationStyleOpInterface : OpInterface<"DestinationStyleOpInterface"> {
8282
$_op->setOperand($_op.getDpsInits().getBeginOperandIndex() + i, value);
8383
}
8484

85-
/// Return the number of DPS inits.
85+
/// Return the number of DPS inputs.
8686
int64_t getNumDpsInputs() {
8787
return $_op->getNumOperands() - $_op.getNumDpsInits();
8888
}

0 commit comments

Comments
 (0)