solidity/test/libyul/evmCodeTransform/nonempty_initial_layout.yul
Daniel Kirchner 7e061db811 Update tests.
2021-09-14 15:54:24 +02:00

18 lines
346 B
Plaintext

{
if 0x2000000000000000000000000000000000000000000000000000000000 {}
}
// ====
// stackOptimization: true
// ----
// /* "":9:69 */
// 0x2000000000000000000000000000000000000000000000000000000000
// /* "":6:72 */
// tag_1
// jumpi
// /* "":0:74 */
// tag_2:
// stop
// /* "":70:72 */
// tag_1:
// jump(tag_2)