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-RetSubImm.ll
blob
81d50d42d8ec63c5588ce6a54fcafbf1093dff2d
1
; RUN: llvm-as < %s | llc -march=systemz
2
3
define i64 @foo(i64 %a, i64 %b) {
4
entry:
5
%c = sub i64 %a, 1
6
ret i64 %c
7
}