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
[Alignment][NFC] Instructions::getLoadStoreAlignment
[llvm-complete.git]
/
test
/
ExecutionEngine
/
MCJIT
/
test-return.ll
blob
d464a4b72d80ff69ff9a63dc3f70faf4c8fdc26a
1
; RUN: %lli %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
}