solidity/test/libyul/evmCodeTransform/stackReuse/function_params.yul

14 lines
173 B
Plaintext
Raw Normal View History

2021-03-09 13:53:10 +00:00
{
function f(a, b) { }
}
// ====
// stackOptimization: true
// ----
2021-09-15 15:01:40 +00:00
// /* "":0:28 */
// stop
// /* "":6:26 */
// tag_1:
// pop
// pop
// jump // out