brintos

brintos / llvm-project-archived public Read only

0
0
Text · 277 B · c9a88ad Raw
13 lines · plain
1; RUN: llc < %s2; PR10293 4target datalayout = "e-p:64:64"5target triple = "x86_64-unknown-linux-gnu"6 7define void @frame_dummy() {8entry:9        %tmp1 = tail call ptr (ptr) asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( ptr null )           ; <ptr> [#uses=0]10        ret void11}12 13