llvm-6502/test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll
2009-09-08 23:54:48 +00:00

8 lines
171 B
LLVM

; RUN: llc < %s -march=x86
; PR1259
define void @test() {
%tmp2 = call i32 asm "...", "=r,~{dirflag},~{fpsr},~{flags},~{dx},~{cx},~{ax}"( )
unreachable
}