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
Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git]
/
test
/
CodeGen
/
SPARC
/
basictest.ll
blob
5c3e07543b9dab7ccedd189c44eec69dab041cd7
1
; RUN: llvm-as < %s | llc -march=sparc
2
3
define i32 @test(i32 %X) {
4
%tmp.1 = add i32 %X, 1
5
ret i32 %tmp.1
6
}