blob: 6965849e3231075ccf39e4a5906610c7a9cf410c [file] [log] [blame]
Evan Cheng287b47f2007-05-21 23:30:33 +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}