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
/
SystemZ
/
02-RetAdd.ll
blob
80a9c885f254729050403dbdea46dcab23d0c62d
1
; RUN: llvm-as < %s | llc -march=systemz
2
define i64 @foo(i64 %a, i64 %b) {
3
entry:
4
%c = add i64 %a, %b
5
ret i64 %c
6
}