xref: /llvm-project/llvm/test/CodeGen/ARM/arm-asm.ll (revision bed1c7f061aa12417aa081e334afdba45767b938)
1; RUN: llc -mtriple=arm-eabi %s -o /dev/null
2
3define void @frame_dummy() {
4entry:
5        %tmp1 = tail call ptr (ptr) asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( ptr null )           ; <ptr> [#uses=0]
6        ret void
7}
8