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

6 lines
92 B
Plaintext
Raw Normal View History

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