mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix expression simplifying by moving from SSAValueTracker to DataFlowAnalyzer as a base.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
let x := mload(0)
|
||||
x := 0
|
||||
mstore(0, add(7, x))
|
||||
}
|
||||
// ----
|
||||
// expressionSimplifier
|
||||
// {
|
||||
// let x := mload(0)
|
||||
// x := 0
|
||||
// mstore(0, 7)
|
||||
// }
|
||||
Reference in New Issue
Block a user