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

10 lines
155 B
Plaintext

1: func : test
2: $t0 = true
3: c = $t0
4: $t1 = false
5: d = $t1
6: $t2 = c | d
7: d = $t2
8: $t3 = 1
9: return : $t3