Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / CodeGen / Generic / trap.ll
blob4dfc1a6450b93ceed24ea378adf4528006543a20
1 ; RUN: llvm-as < %s | llc
2 define i32 @test() noreturn nounwind  {
3 entry:
4         tail call void @llvm.trap( )
5         unreachable
8 declare void @llvm.trap() nounwind