solidity/test/libyul/yulOptimizerTests/structuralSimplifier/empty_if_non_movable_condition.yul
2019-04-03 14:58:20 +02:00

8 lines
96 B
Plaintext

{ if mload(0) {} }
// ====
// step: structuralSimplifier
// ----
// {
// pop(mload(0))
// }