ARM pop of a single register encodes as post-indexed LDR.
[oota-llvm.git] / test / CodeGen / ARM / arm-asm.ll
1 ; RUN: llc < %s -march=arm
2
3 define void @frame_dummy() {
4 entry:
5         %tmp1 = tail call void (i8*)* (void (i8*)*)* asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( void (i8*)* null )           ; <void (i8*)*> [#uses=0]
6         ret void
7 }