New test case.
[oota-llvm.git] / test / CodeGen / ARM / arm-asm.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm
2
3 void %frame_dummy() {
4 entry:
5         %tmp1 = tail call void (sbyte*)* (void (sbyte*)*)* asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( void (sbyte*)* null )
6         ret void
7 }