blob: 0ea13a2ad2e84b4e7bad4b16667a1ba6d3dbc2eb [file] [log] [blame]
; RUN: llvm-as < %s | llc
; Test that we can have an "X" output constraint.
define void @test(i16 * %t) {
call void asm sideeffect "foo $0", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( i16* %t )
ret void
}