1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Add test for PR1259.

llvm-svn: 37273
This commit is contained in:
Evan Cheng 2007-05-21 23:30:33 +00:00
parent f448047ec2
commit cfb1ffc73f

View File

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