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
Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git]
/
test
/
CodeGen
/
SystemZ
/
02-RetSub.ll
blob
1c4514f36c93418eecb88c5e48acab6c824ce86c
1
; RUN: llc < %s -march=systemz
2
3
define i64 @foo(i64 %a, i64 %b) {
4
entry:
5
%c = sub i64 %a, %b
6
ret i64 %c
7
}