[Mlir-commits] [mlir] 4c782a2 - [mlir] Fix typo in SCF.cpp (NFC)
lorenzo chelini
llvmlistbot at llvm.org
Thu Mar 18 11:16:33 PDT 2021
Author: lorenzo chelini
Date: 2021-03-18T19:15:33+01:00
New Revision: 4c782a24d901b6317599c98f59161e6e0b5cc244
URL: https://github.com/llvm/llvm-project/commit/4c782a24d901b6317599c98f59161e6e0b5cc244
DIFF: https://github.com/llvm/llvm-project/commit/4c782a24d901b6317599c98f59161e6e0b5cc244.diff
LOG: [mlir] Fix typo in SCF.cpp (NFC)
Added:
Modified:
mlir/lib/Dialect/SCF/SCF.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Dialect/SCF/SCF.cpp b/mlir/lib/Dialect/SCF/SCF.cpp
index 8def7a0c6e7e..fdb9df82900c 100644
--- a/mlir/lib/Dialect/SCF/SCF.cpp
+++ b/mlir/lib/Dialect/SCF/SCF.cpp
@@ -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) {
More information about the Mlir-commits
mailing list