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

8 lines
245 B
LLVM
Raw Normal View History

2008-02-18 04:02:20 +08:00
; RUN: llvm-as < %s | llc -march=arm
2008-02-18 04:02:20 +08:00
define void @frame_dummy() {
entry:
2008-02-18 04:02:20 +08:00
%tmp1 = tail call void (i8*)* (void (i8*)*)* asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( void (i8*)* null ) ; <void (i8*)*> [#uses=0]
ret void
}