llvm-project/llvm/test/CodeGen/X86/2007-03-18-LiveIntervalAsse...

8 lines
171 B
LLVM
Raw Normal View History

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