CS153/hw6/llprograms/reed_nate_opt.ll
jmug ee01a8f5b2 Change hw6 to an unsolved version.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-01-24 23:10:01 -08:00

10 lines
151 B
LLVM

define i64 @program(i64 %argc, i8** %arcv) {
br i1 0, label %l1, label %l2
l1:
br i1 1, label %l2, label %l3
l2:
ret i64 2500
l3:
ret i64 0
}