blob: 6965849e3231075ccf39e4a5906610c7a9cf410c [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-as < %s | llc -march=x86
2; PR1259
3
4define void @test() {
5 %tmp2 = call i32 asm "...", "=r,~{dirflag},~{fpsr},~{flags},~{dx},~{cx},~{ax}"( )
6 unreachable
7}