mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add storage load/store functions to Yul dialect.
This commit is contained in:
@@ -74,6 +74,8 @@ struct Dialect: boost::noncopyable
|
||||
|
||||
virtual BuiltinFunction const* memoryStoreFunction(YulString /* _type */) const { return nullptr; }
|
||||
virtual BuiltinFunction const* memoryLoadFunction(YulString /* _type */) const { return nullptr; }
|
||||
virtual BuiltinFunction const* storageStoreFunction(YulString /* _type */) const { return nullptr; }
|
||||
virtual BuiltinFunction const* storageLoadFunction(YulString /* _type */) const { return nullptr; }
|
||||
|
||||
/// Check whether the given type is legal for the given literal value.
|
||||
/// Should only be called if the type exists in the dialect at all.
|
||||
|
||||
Reference in New Issue
Block a user