solidity/test/libyul/yulOptimizerTests/structuralSimplifier/empty_if_non_movable_condition.yul

6 lines
86 B
Plaintext
Raw Normal View History

{ if mload(0) {} }
2019-04-01 14:33:46 +00:00
// ====
// step: structuralSimplifier
// ----
// { pop(mload(0)) }