This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-10-30 15:32:52 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
3490c55e51
llvm-mirror
/
test
/
Regression
/
CodeGen
/
Generic
/
call-void.ll
11 lines
109 B
LLVM
Raw
Normal View
History
Unescape
Escape
Adding RUN lines. llvm-svn: 17527
2004-11-06 22:40:51 +01: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. llvm-svn: 15664
2004-08-11 16:16:34 +02:00
void
%foo
(
)
{
ret
void
}
i
n
t
%main
(
)
{
call
void
(
)
*
%foo
(
)
ret
i
n
t
0
}
Reference in New Issue
Copy Permalink