vyperlang / vyper

Pythonic Smart Contract Language for the EVM
https://vyperlang.org
Other
4.83k stars 789 forks source link

Unreachable Code #4082

Open ritzdorf opened 3 months ago

ritzdorf commented 3 months ago

Version Information

if ir_node.typ._is_prim_word:
    ir_ret.append(make_setter(dst, ir_node))
if isinstance(func_t, BuiltinFunctionT):
    return func_t.build_IR(call_node, context)