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