summaryrefslogtreecommitdiffstats
path: root/mlir/lib/StandardOps/StandardOps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/lib/StandardOps/StandardOps.cpp')
-rw-r--r--mlir/lib/StandardOps/StandardOps.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/mlir/lib/StandardOps/StandardOps.cpp b/mlir/lib/StandardOps/StandardOps.cpp
index 2c9929463e1..abe86e7d414 100644
--- a/mlir/lib/StandardOps/StandardOps.cpp
+++ b/mlir/lib/StandardOps/StandardOps.cpp
@@ -1250,7 +1250,7 @@ bool LoadOp::verify() const {
// TODO: Verify we have the right number of indices.
// TODO: in Function verify that the indices are parameters, IV's, or the
- // result of an affine_apply.
+ // result of an affine.apply.
return false;
}
@@ -1561,7 +1561,7 @@ bool StoreOp::verify() const {
// TODO: Verify we have the right number of indices.
// TODO: in Function verify that the indices are parameters, IV's, or the
- // result of an affine_apply.
+ // result of an affine.apply.
return false;
}
OpenPOWER on IntegriCloud