index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
SystemZ
/
00-RetVoid.ll
blob: 6f3cbac738f8e8ae4de9f59ef518cecd0104f296 (
plain
)
1
2
3
4
5
6
; RUN: llc < %s -march=systemz
define
void
@foo
()
{
entry:
ret
void
}