freebsd-nq/test/CodeGen/ARM/arm-asm.ll
2009-06-02 17:52:33 +00:00

8 lines
245 B
LLVM

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