diff options
Diffstat (limited to 'test/libyul/yulOptimizerTests/fullInliner/large_function_single_use.yul')
-rw-r--r-- | test/libyul/yulOptimizerTests/fullInliner/large_function_single_use.yul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libyul/yulOptimizerTests/fullInliner/large_function_single_use.yul b/test/libyul/yulOptimizerTests/fullInliner/large_function_single_use.yul index 3302a35c..72beb8b1 100644 --- a/test/libyul/yulOptimizerTests/fullInliner/large_function_single_use.yul +++ b/test/libyul/yulOptimizerTests/fullInliner/large_function_single_use.yul @@ -15,7 +15,7 @@ // { // { // let f_a := mload(1) -// let f_b +// let f_b := 0 // let f_x := mload(f_a) // f_b := sload(f_x) // let f_c := 3 |