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 d832e01 commit 238783bCopy full SHA for 238783b
mlir/include/mlir/IR/OperationSupport.h
@@ -248,7 +248,7 @@ class OperationName {
248
///
249
/// 1. They can leave the operation alone and without changing the IR, and
250
/// return failure.
251
- /// 2. They can mutate the operation in-place, without changing anything
+ /// 2. They can mutate the operation in place, without changing anything
252
/// else in the IR. In this case, return success.
253
/// 3. They can return a list of existing values that can be used instead
254
/// of the operation. In this case, fill in the results list and return
0 commit comments