llvm-6502/test/Jello/test0.ll
Chris Lattner 1162262a28 Name the first basic block
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4445 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-30 01:54:42 +00:00

7 lines
57 B
LLVM

; test ret
void %main() {
BB0:
add int 1, 2
ret void
}