Skip to content

Commit 7d88b11

Browse files
committed
f
1 parent dbb7013 commit 7d88b11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libyul/backends/evm/ssa/Stack.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ std::string slotToString(StackSlot const& _slot)
3535
case StackSlot::Kind::FunctionReturnLabel:
3636
return fmt::format("ReturnLabel[ix={}]", _slot.functionReturnLabelIndex());
3737
}
38+
util::unreachable();
3839
}
3940

4041
std::string slotToString(StackSlot const& _slot, SSACFG const& _cfg)

0 commit comments

Comments
 (0)