Skip to content

Commit

Permalink
chore: Update comment on a pass
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Sep 17, 2023
1 parent 05f6cab commit 1cf2c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/passes.ml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ let signature_pruning = "signature-pruning"
(** apply more specific subtypes to signature types where possible *)
let signature_refining = "signature-refining"

(** lower sign-ext operations to wasm mvp *)
(** lower sign-ext operations to wasm mvp and disable the sign extension feature *)
let signext_lowering = "signext-lowering"

(** miscellaneous globals-related optimizations *)
Expand Down

0 comments on commit 1cf2c69

Please sign in to comment.