We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef22fb commit 85e9649Copy full SHA for 85e9649
backend/cfg/cfg_invariants.ml
@@ -244,11 +244,8 @@ let check_stack_offset t label (block : Cfg.basic_block) =
244
| Csel _ | Static_cast _ | Reinterpret_cast _ | Probe_is_enabled _
245
| Opaque | Begin_region | End_region | Specific _
246
| Name_for_debugger _ | Dls_get | Poll | Alloc _ )
247
- | Reloadretaddr | Prologue ->
248
- cur_stack_offset
249
- | Stack_check _ ->
250
- Misc.fatal_error
251
- "Cfg_invariant.check_stack_offset: unexpected stack check")
+ | Reloadretaddr | Prologue | Stack_check _ ->
+ cur_stack_offset)
252
in
253
if not (Int.equal stack_offset_after_body terminator_stack_offset)
254
then
0 commit comments