mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix Yul IR push
This commit is contained in:
@@ -126,9 +126,13 @@ public:
|
||||
std::string storageArrayPopFunction(ArrayType const& _type);
|
||||
|
||||
/// @returns the name of a function that pushes an element to a storage array
|
||||
/// signature: (array, value) -> newlength
|
||||
/// signature: (array, value)
|
||||
std::string storageArrayPushFunction(ArrayType const& _type);
|
||||
|
||||
/// @returns the name of a function that pushes the base type's zero element to a storage array
|
||||
/// signature: (array) -> slot, offset
|
||||
std::string storageArrayPushZeroFunction(ArrayType const& _type);
|
||||
|
||||
/// @returns the name of a function that will clear the storage area given
|
||||
/// by the start and end (exclusive) parameters (slots).
|
||||
/// signature: (start, end)
|
||||
|
||||
Reference in New Issue
Block a user