blob: 6965849e3231075ccf39e4a5906610c7a9cf410c [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=x86
; PR1259
define void @test() {
%tmp2 = call i32 asm "...", "=r,~{dirflag},~{fpsr},~{flags},~{dx},~{cx},~{ax}"( )
unreachable
}