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
/
X86
/
2006-10-02-BoolRetCrash.ll
blob: 795d4647a3f66358a5da96a2189e1d3ea583d507 (
plain
)
1
2
3
4
5
6
7
; RUN: llc < %s
; PR933
define
fastcc
i1
@test
()
{
ret
i1
true
}