Skip to content

Commit cc5f5eb

Browse files
committed
respond to feedback
1 parent f26240c commit cc5f5eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/cmm_helpers.ml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4526,8 +4526,8 @@ module Scalar_type = struct
45264526
let[@inline] static_cast ~dbg ~src ~dst exp =
45274527
if is_promotable ~src ~dst
45284528
then
4529-
(* since int32# are already stored sign- or zero-extended, this is a
4530-
no-op. *)
4529+
(* since cmm expressions representing int32#s are stored sign- or
4530+
zero-extended, this is a no-op. *)
45314531
exp
45324532
else
45334533
match signedness dst with

0 commit comments

Comments
 (0)