CS153/hw3/llprograms/kaiterry_units_opt.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
121 B
LLVM

define i64 @main(i64 %argc, i8** %argv) {
br i1 1, label %then1, label %else1
then1:
ret i64 1
else1:
ret i64 0
}