mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix
This commit is contained in:
parent
829f88ef5f
commit
f9b4b2faed
@ -344,8 +344,6 @@ bool UnusedStoreEliminator::knownUnrelated(
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
u256 largestPositive = (u256(1) << 128) - 1;
|
|
||||||
|
|
||||||
yulAssert(_op1.location == Location::Memory, "");
|
yulAssert(_op1.location == Location::Memory, "");
|
||||||
if (_op1.length && knowledge.knownToBeZero(*_op1.length))
|
if (_op1.length && knowledge.knownToBeZero(*_op1.length))
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user