Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / CodeGen / SystemZ / 02-RetNeg.ll
blob0bfbc7f11b962b63096d93f10a1ebfa813bd0d1d
1 ; RUN: llvm-as < %s | llc -march=systemz | grep lcgr | count 1
3 define i64 @foo(i64 %a) {
4 entry:
5     %c = sub i64 0, %a
6     ret i64 %c