Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / CodeGen / Generic / 2007-04-27-InlineAsm-X-Dest.ll
blob0ea13a2ad2e84b4e7bad4b16667a1ba6d3dbc2eb
1 ; RUN: llvm-as < %s | llc
3 ; Test that we can have an "X" output constraint.
5 define void @test(i16 * %t) {
6         call void asm sideeffect "foo $0", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( i16* %t )
7         ret void