Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / CodeGen / ARM / section.ll
blobaa658451675bc26e6b2abf2819d90395532eb555
1 ; RUN: llvm-as < %s | llc -mtriple=arm-linux | \
2 ; RUN:   grep {__DTOR_END__:}
3 ; RUN: llvm-as < %s | llc -mtriple=arm-linux | \
4 ; RUN:   grep {\\.section.\\.dtors,"aw",.progbits}
6 @__DTOR_END__ = internal global [1 x i32] zeroinitializer, section ".dtors"       ; <[1 x i32]*> [#uses=0]