Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / CodeGen / Generic / call-void.ll
blobb882689923968cc4a156d21b5b9275490457d344
1 ; RUN: llvm-as < %s | llc
3 define void @foo() {
4         ret void
7 define i32 @main() {
8         call void @foo( )
9         ret i32 0