Skip to content

Commit

Permalink
update an IR name
Browse files Browse the repository at this point in the history
Co-authored-by: trocher <[email protected]>
  • Loading branch information
charles-cooper and trocher authored Sep 20, 2023
1 parent ab6bd12 commit aedb076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/builtins/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,7 @@ def _build_create_IR(self, expr, args, context, value, salt, code_offset, raw_ar
# to evaluate memory safety.
with scope_multi(
(target, value, argslen, code_offset),
("create_target", "create_value", "encoded_args_len", "code_ofst"),
("create_target", "create_value", "encoded_args_len", "code_offset"),
) as (b1, (target, value, encoded_args_len, code_offset)), salt.cache_when_complex(
"create_salt"
) as (
Expand Down

0 comments on commit aedb076

Please sign in to comment.