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
2024-12-18 10:31:57 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
87e021de4f
llvm-6502
/
test
/
CodeGen
/
Generic
/
global-ret0.ll
9 lines
97 B
LLVM
Raw
Normal View
History
Unescape
Escape
Adding RUN lines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17527 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-06 21:40:51 +00:00
; RUN: llvm-as < %s | llc
Simple hand-coded tests to aid in early development of backends, along with a Makefile to run ad-hoc tests easily. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15664 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-11 14:16:34 +00:00
%g
=
global
i
n
t
0
i
n
t
%main
(
)
{
%h
=
load
i
n
t
*
%g
ret
i
n
t
%h
}
Reference in New Issue
Copy Permalink