diff options
Diffstat (limited to 'test/libyul/yulOptimizerTests/fullInliner/move_up_rightwards_argument.yul')
-rw-r--r-- | test/libyul/yulOptimizerTests/fullInliner/move_up_rightwards_argument.yul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libyul/yulOptimizerTests/fullInliner/move_up_rightwards_argument.yul b/test/libyul/yulOptimizerTests/fullInliner/move_up_rightwards_argument.yul index f3d0b286..0b46a3c6 100644 --- a/test/libyul/yulOptimizerTests/fullInliner/move_up_rightwards_argument.yul +++ b/test/libyul/yulOptimizerTests/fullInliner/move_up_rightwards_argument.yul @@ -15,7 +15,7 @@ // let f_a := mload(2) // let f_b := _6 // let f_c := _4 -// let f_x +// let f_x := 0 // f_x := add(f_a, f_b) // f_x := mul(f_x, f_c) // let _10 := add(f_x, _2) |