Skip to content

Commit

Permalink
Modify comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebuyse committed Sep 25, 2024
1 parent 94304b5 commit 120ba54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/lib/phases/phase_rewrite_control_flow.mli
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(** This phase finds control flow expression (`if` or `match`) with a `return` expression
in one of the branches. We replace them by replicating what comes after in all the branches.
This allows the `return` to be eliminated by `drop_needless_returns`.
This phase should come after phase_local_mutation. *)
This phase should come after `phase_local_mutation`. *)

module Make : Phase_utils.UNCONSTRAINTED_MONOMORPHIC_PHASE

0 comments on commit 120ba54

Please sign in to comment.