repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git]
/
test
/
ExecutionEngine
/
simplesttest.ll
blob
5d9cf767bcb3b45f4b9b594666d19e27b869707b
1
; RUN: llvm-as %s -o %t.bc
2
; RUN: lli %t.bc > /dev/null
3
4
define i32 @main() {
5
ret i32 0
6
}
7