This website requires JavaScript.
Explore
Help
Sign In
nils.hoelscher
/
llvm-for-llvmta
Watch
1
Star
0
Fork
You've already forked llvm-for-llvmta
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
13afd1791d
llvm-for-llvmta
/
test
/
CodeGen
/
Generic
/
call-void.ll
12 lines
126 B
LLVM
Raw
Blame
History
; RUN: llc < %s
define
void
@foo
(
)
{
ret
void
}
define
i32
@main
(
)
{
call
void
@foo
(
)
ret
i32
0
}
Reference in New Issue
View Git Blame
Copy Permalink