We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fa71c commit f7a9966Copy full SHA for f7a9966
mlir/include/mlir/IR/Value.h
@@ -90,7 +90,7 @@ class alignas(8) ValueImpl : public IRObjectWithUseList<OpOperand> {
90
/// class has value-type semantics and is just a simple wrapper around a
91
/// ValueImpl that is either owner by a block(in the case of a BlockArgument) or
92
/// an Operation(in the case of an OpResult).
93
-/// As most IR construct, this isn't const-correct, but we keep method
+/// As most IR constructs, this isn't const-correct, but we keep method
94
/// consistent and as such method that immediately modify this Value aren't
95
/// marked `const` (include modifying the Value use-list).
96
class Value {
0 commit comments