mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
14 lines
195 B
Plaintext
14 lines
195 B
Plaintext
{
|
|
let x := mload(0)
|
|
if x { sstore(0, x) }
|
|
sstore(1, x)
|
|
}
|
|
// ----
|
|
// step: conditionalSimplifier
|
|
//
|
|
// {
|
|
// let x := mload(0)
|
|
// if x { sstore(0, x) }
|
|
// sstore(1, x)
|
|
// }
|