Yul Optimizer: Simplify start offset of zero-length operations.

This commit is contained in:
Daniel Kirchner
2022-08-15 15:42:51 +02:00
parent fbef27233c
commit e996fe6247
7 changed files with 56 additions and 4 deletions
+1 -1
View File
@@ -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,