solidity/test/libyul/evmCodeTransform/nonempty_initial_layout.yul
Daniel Kirchner 1a0605c594 Update tests.
2021-11-03 12:39:55 +01: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)