Skip to content

Commit

Permalink
float allocas
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Oct 23, 2024
1 parent 06b8533 commit 7376501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/venom/ir_node_to_venom.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def ir_node_to_venom(ir: IRnode) -> IRContext:
ctx.chain_basic_blocks()

# errors in make_ssa whether this is commented or not
#ctx.float_allocas()
ctx.float_allocas()

return ctx

Expand Down

0 comments on commit 7376501

Please sign in to comment.