brintos

brintos / llvm-project-archived public Read only

0
0
Text · 176 B · 4f5e091 Raw
8 lines · plain
1; RUN: llc < %s -mtriple=i686--2; PR12593 4define void @test() {5        %tmp2 = call i32 asm "...", "=r,~{dirflag},~{fpsr},~{flags},~{dx},~{cx},~{ax}"( )6        unreachable7}8