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 {
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.
You can’t perform that action at this time.
0 commit comments