This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-03-10 02:38:50 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
test
/
Jello
/
test0.ll
8 lines
83 B
LLVM
Raw
Normal View
History
Unescape
Escape
Checkin simple testcases for LLVM-JIT git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4288 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-25 23:01:51 +00:00
; test ret
void
%main
(
)
{
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
BB0:
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
%X
=
add
i
n
t
1
,
2
%Y
=
add
i
n
t
%X
,
%X
Checkin simple testcases for LLVM-JIT git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4288 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-25 23:01:51 +00:00
ret
void
}
Reference in New Issue
Copy Permalink