File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -249,12 +249,10 @@ class OperationName {
249
249
// / 1. They can leave the operation alone and without changing the IR, and
250
250
// / return failure.
251
251
// / 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.
254
253
// / 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
258
256
// / instead.
259
257
// /
260
258
// / This allows expression of some simple in-place canonicalizations (e.g.
You can’t perform that action at this time.
0 commit comments