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-11-25 12:12:47 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
f96a9ec02b
llvm-mirror
/
test
/
CodeGen
/
SystemZ
/
00-RetVoid.ll
6 lines
74 B
LLVM
Raw
Normal View
History
Unescape
Escape
Eliminate more uses of llvm-as and llvm-dis. llvm-svn: 81293
2009-09-09 02:09:15 +02:00
; RUN: llc < %s -march=systemz
Minimal lowering for formal_arguments / ret llvm-svn: 75911
2009-07-16 15:28:59 +02:00
define
void
@foo
(
)
{
entry:
ret
void
}
Reference in New Issue
Copy Permalink