[Yul] leave statement.

This commit is contained in:
chriseth
2019-10-29 14:32:16 +01:00
parent edf1e83fda
commit ceb8ee9124
41 changed files with 214 additions and 27 deletions
+5
View File
@@ -227,6 +227,11 @@ string AsmPrinter::operator()(Continue const&) const
return "continue";
}
string AsmPrinter::operator()(Leave const&) const
{
return "leave";
}
string AsmPrinter::operator()(Block const& _block) const
{
if (_block.statements.empty())