Skip to content

Commit

Permalink
Merge branch 'master' into feature/venom_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
harkal committed Mar 8, 2024
2 parents e8c8ba0 + cf37ec2 commit b62701e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/codegen/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ def STORE(ptr: IRnode, val: IRnode) -> IRnode:
if ptr.location in (MEMORY, IMMUTABLES):
return IRnode.from_list(store)

return IRnode.from_list(ensure_eval_once(_freshname(f"{op}_"), store))
return IRnode.from_list(ensure_eval_once(f"{op}_", store))


# Unwrap location
Expand Down

0 comments on commit b62701e

Please sign in to comment.