Extract external function part into its own function.

This commit is contained in:
chriseth
2022-02-21 14:32:52 +01:00
parent daad9a42c1
commit 106921c278
4 changed files with 52 additions and 24 deletions
+1
View File
@@ -49,6 +49,7 @@ struct YulArity
struct IRNames
{
static std::string externalFunctionABIWrapper(Declaration const& _functionOrVardecl);
static std::string function(FunctionDefinition const& _function);
static std::string function(VariableDeclaration const& _varDecl);
static std::string modifierInvocation(ModifierInvocation const& _modifierInvocation);