aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/ARM/arm-asm.ll
blob: 5007621dd2d93c73554b57da271a29812fb69793 (plain)
1
2
3
4
5
6
7
; RUN: llc -mtriple=arm-eabi %s -o /dev/null

define void @frame_dummy() {
entry:
        %tmp1 = tail call ptr (ptr) asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( ptr null )           ; <ptr> [#uses=0]
        ret void
}