CS153/hw3/llprograms/ashu_ian_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

10 lines
158 B
LLVM

define i64 @program(i64 %argc, i8** %arcv) {
br i1 1, label %then22, label %else21
else21:
br label %merge20
merge20:
ret i64 -1
then22:
ret i64 5
}