CS153/hw6/llprograms/cbr3.ll
jmug cfe502c598 Add all the assignment code.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-01-24 18:59:28 -08:00

8 lines
117 B
LLVM

define i64 @main(i64 %argc, i8** %arcv) {
br i1 0, label %then, label %else
then:
ret i64 7
else:
ret i64 9
}