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

11 lines
172 B
Plaintext

1: func : test
2: $t0 = 1
3: x = $t0
4: $t1 = 2
5: y = $t1
6: if ( x < y ) GOTO 0
7: GOTO : 0
8: b = $t2
9: $t3 = 1
10: return : $t3