mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use YulArity in IR generator
This commit is contained in:
@@ -102,7 +102,7 @@ public:
|
||||
|
||||
std::string newYulVariable();
|
||||
|
||||
std::string internalDispatch(size_t _in, size_t _out);
|
||||
std::string internalDispatch(YulArity const& _arity);
|
||||
|
||||
/// @returns a new copy of the utility function generator (but using the same function set).
|
||||
YulUtilFunctions utils();
|
||||
|
||||
Reference in New Issue
Block a user