mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
cfb1ffc73f
llvm-svn: 37273
8 lines
181 B
LLVM
8 lines
181 B
LLVM
; RUN: llvm-as < %s | llc -march=x86
|
|
; PR1259
|
|
|
|
define void @test() {
|
|
%tmp2 = call i32 asm "...", "=r,~{dirflag},~{fpsr},~{flags},~{dx},~{cx},~{ax}"( )
|
|
unreachable
|
|
}
|