Skip to content

Commit

Permalink
add a note
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Sep 19, 2024
1 parent 63b220f commit c5b27e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vyper/venom/venom_to_assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ def _generate_evm_for_instruction(
assert len(inst.parent.cfg_out) == 1
next_bb = inst.parent.cfg_out.first()

# guaranteed by cfg normalization+simplification
assert next_bb.is_join_point

target_stack = self.liveness_analysis.input_vars_from(inst.parent, next_bb)
Expand Down

0 comments on commit c5b27e3

Please sign in to comment.