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-RetNeg.ll
blob
7f3380dc16acfced3cd92f7e61dd1bc32d7e705c
1
; RUN: llc < %s -march=systemz | grep lcgr | count 1
2
3
define i64 @foo(i64 %a) {
4
entry:
5
%c = sub i64 0, %a
6
ret i64 %c
7
}