brintos

brintos / llvm-project-archived public Read only

0
0
Text · 220 B · 5007621 Raw
8 lines · plain
1; RUN: llc -mtriple=arm-eabi %s -o /dev/null2 3define void @frame_dummy() {4entry:5        %tmp1 = tail call ptr (ptr) asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( ptr null )           ; <ptr> [#uses=0]6        ret void7}8