Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / Verifier / byval-4.ll
blobd69f66caec35513c0d7ec5c4d339fde8d4c857bb
1 ; RUN: llvm-as %s -o /dev/null -f
2 %struct.foo = type { i64 }
4 declare void @h(%struct.foo* byval %num)