llvm-6502/test/Jello/test0.ll
Chris Lattner 5728abc675 Make the testcase MORE complex
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4448 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-30 02:03:59 +00:00

8 lines
83 B
LLVM

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