Files
compiler-the-translators/tests/sprint4/expected/sp4_cg_less_than.ir.exp
Scarlett c8491b62e4 psuh
2025-05-06 15:34:55 -04:00

18 lines
306 B
Plaintext

1: func_dec : entry
2: func : entry
3: $t0 = 1
4: Label : 1
5: x = $t0
6: $t1 = 2
7: Label : 2
8: y = $t1
9: $t2 = x < y
10: Label : 3
11: b = $t2
12: param b
13: call : printBoolean 1
14: Label : 4
15: result = $t3
16: $t4 = 1
17: return : $t4