blob: 0f82ba61b28821afb74277c10afe4c2deb7f9316 [file] [log] [blame]
; RUN: llc -no-integrated-as < %s
; 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
}