We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb7013 commit 7d88b11Copy full SHA for 7d88b11
libyul/backends/evm/ssa/Stack.cpp
@@ -35,6 +35,7 @@ std::string slotToString(StackSlot const& _slot)
35
case StackSlot::Kind::FunctionReturnLabel:
36
return fmt::format("ReturnLabel[ix={}]", _slot.functionReturnLabelIndex());
37
}
38
+ util::unreachable();
39
40
41
std::string slotToString(StackSlot const& _slot, SSACFG const& _cfg)
0 commit comments