Simplify yul conversion function even more.

This commit is contained in:
chriseth
2021-08-16 22:24:06 +02:00
parent 4480662a58
commit 94c4e1e172
2 changed files with 41 additions and 37 deletions
+4
View File
@@ -59,6 +59,10 @@ public:
m_functionCollector(_functionCollector)
{}
/// @returns the name of a function that returns its argument.
/// Sometimes needed to satisfy templates.
std::string identityFunction();
/// @returns a function that combines the address and selector to a single value
/// for use in the ABI.
std::string combineExternalFunctionIdFunction();