[mlir] Fix typo in SCF.cpp (NFC)

This commit is contained in:
lorenzo chelini 2021-03-18 19:15:33 +01:00
parent 858ca7c174
commit 4c782a24d9
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ ForOp mlir::scf::getForInductionVarOwner(Value val) {
}
/// Return operands used when entering the region at 'index'. These operands
/// correspond to the loop iterator operands, i.e., those exclusing the
/// correspond to the loop iterator operands, i.e., those excluding the
/// induction variable. LoopOp only has one region, so 0 is the only valid value
/// for `index`.
OperandRange ForOp::getSuccessorEntryOperands(unsigned index) {