2019-11-01 13:07:25 +00:00
|
|
|
{
|
|
|
|
let x := mload(0)
|
|
|
|
if x { sstore(0, x) }
|
|
|
|
x := 0
|
|
|
|
sstore(1, x)
|
|
|
|
}
|
|
|
|
// ----
|
2020-03-17 22:31:56 +00:00
|
|
|
// step: conditionalUnsimplifier
|
|
|
|
//
|
2019-11-01 13:07:25 +00:00
|
|
|
// {
|
|
|
|
// let x := mload(0)
|
|
|
|
// if x { sstore(0, x) }
|
|
|
|
// x := 0
|
|
|
|
// sstore(1, x)
|
|
|
|
// }
|