xref: /llvm-project/llvm/test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll (revision 6b898beb8e6bf5739d43c1d64646264afc595de8)
1; RUN: llc < %s -mtriple=i686--
2; PR1259
3
4define void @test() {
5        %tmp2 = call i32 asm "...", "=r,~{dirflag},~{fpsr},~{flags},~{dx},~{cx},~{ax}"( )
6        unreachable
7}
8