repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Cortex-M4 schedule additions
[llvm-complete.git]
/
test
/
ExecutionEngine
/
OrcMCJIT
/
test-return.ll
blob
f7a1cdda07050544cf8a40c6e95224ecac2af541
1
; RUN: %lli -jit-kind=orc-mcjit %s > /dev/null
2
3
define i32 @main() nounwind uwtable {
4
entry:
5
%retval = alloca i32, align 4
6
store i32 0, i32* %retval
7
ret i32 0
8
}