summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll
blob: 70936fbc92812cec8d824d804138baa7fd3a0ecf (plain)
1
2
3
4
5
6
7
; RUN: llc < %s -march=x86
; PR1259

define void @test() {
        %tmp2 = call i32 asm "...", "=r,~{dirflag},~{fpsr},~{flags},~{dx},~{cx},~{ax}"( )
        unreachable
}