aboutsummaryrefslogtreecommitdiffstats
path: root/test/libyul/yulOptimizerTests/ssaTransform/function.yul
diff options
context:
space:
mode:
Diffstat (limited to 'test/libyul/yulOptimizerTests/ssaTransform/function.yul')
-rw-r--r--test/libyul/yulOptimizerTests/ssaTransform/function.yul12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/libyul/yulOptimizerTests/ssaTransform/function.yul b/test/libyul/yulOptimizerTests/ssaTransform/function.yul
index b319d12e..995d16cc 100644
--- a/test/libyul/yulOptimizerTests/ssaTransform/function.yul
+++ b/test/libyul/yulOptimizerTests/ssaTransform/function.yul
@@ -13,11 +13,11 @@
// {
// let b_1 := add(b, a)
// b := b_1
-// let c_1 := add(c, b_1)
-// c := c_1
-// let d_1 := add(d, c_1)
-// d := d_1
-// let a_1 := add(a, d_1)
-// a := a_1
+// let c_2 := add(c, b_1)
+// c := c_2
+// let d_3 := add(d, c_2)
+// d := d_3
+// let a_4 := add(a, d_3)
+// a := a_4
// }
// }