Skip to content

Commit 5633c16

Browse files
committed
Clarify comment
1 parent 891f88b commit 5633c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/selectgen.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ method is_simple_expr = function
412412
| Csequence(e1, e2) -> self#is_simple_expr e1 && self#is_simple_expr e2
413413
| Cop(op, args, _) ->
414414
begin match op with
415-
(* Cextcall without effects and coeffects is simple
415+
(* Cextcall with neither effects nor coeffects is simple
416416
if its arguments are *)
417417
| Cextcall { effects = No_effects; coeffects = No_coeffects; } ->
418418
List.for_all self#is_simple_expr args

0 commit comments

Comments
 (0)