Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / CodeGen / SystemZ / 02-RetNeg.ll
blob7f3380dc16acfced3cd92f7e61dd1bc32d7e705c
1 ; RUN: llc < %s -march=systemz | grep lcgr | count 1
3 define i64 @foo(i64 %a) {
4 entry:
5     %c = sub i64 0, %a
6     ret i64 %c