mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Yul Optimizer: Simplify start offset of zero-length operations.
This commit is contained in:
@@ -148,7 +148,7 @@ protected:
|
||||
bool inScope(YulString _variableName) const;
|
||||
|
||||
/// Returns the literal value of the identifier, if it exists.
|
||||
std::optional<u256> valueOfIdentifier(YulString const& _name);
|
||||
std::optional<u256> valueOfIdentifier(YulString const& _name) const;
|
||||
|
||||
enum class StoreLoadLocation {
|
||||
Memory = 0,
|
||||
|
||||
Reference in New Issue
Block a user