CS153/hw3/llprograms/br2.ll

10 lines
123 B
LLVM
Raw Normal View History

define i64 @main(i64 %argc, i8** %arcv) {
%1 = add i64 5, 12
br label %next
next:
br label %end
end:
ret i64 %1
}