Files
compiler-the-translators/tests/sprint4/expected/sp4_cg_mult.ir.exp
2025-05-04 16:05:13 -04:00

9 lines
131 B
Plaintext

1: func : test
2: $t0 = 1
3: y = $t0
4: $t1 = 3
5: x = $t1
6: $t2 = x * x
7: y = $t2
8: return : y