llvm-6502/test/CodeGen/ARM/arm-asm.ll

8 lines
197 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llc -march=arm
void %frame_dummy() {
entry:
%tmp1 = tail call void (sbyte*)* (void (sbyte*)*)* asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( void (sbyte*)* null )
ret void
}