llvm-6502/test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll

8 lines
181 B
LLVM
Raw Normal View History

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