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
/
Generic
/
2005-10-18-ZeroSizeStackObject.ll
blob: e7cce1f4ef7342d9a7d6ee53d1121b415822c6db (
plain
)
1
2
3
4
5
6
; RUN: llvm-upgrade < %s | llvm-as | llc
void
%test
()
{
%X
=
alloca
{}
ret
void
}