Skip to content

Commit 21a1dbb

Browse files
authored
[mlir][NFC] Fix format of comments for foldHook (#118453)
1 parent 98be16f commit 21a1dbb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

mlir/include/mlir/IR/OperationSupport.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,12 +249,10 @@ class OperationName {
249249
/// 1. They can leave the operation alone and without changing the IR, and
250250
/// return failure.
251251
/// 2. They can mutate the operation in place, without changing anything
252-
/// else
253-
/// in the IR. In this case, return success.
252+
/// else in the IR. In this case, return success.
254253
/// 3. They can return a list of existing values that can be used instead
255-
/// of
256-
/// the operation. In this case, fill in the results list and return
257-
/// success. The caller will remove the operation and use those results
254+
/// of the operation. In this case, fill in the results list and return
255+
/// success. The caller will remove the operation and use those results
258256
/// instead.
259257
///
260258
/// This allows expression of some simple in-place canonicalizations (e.g.

0 commit comments

Comments
 (0)