blob: 6f8fbaee7050a1c4b94f24b70f79be3dec23beb8 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-as < %s | llc
2; XFAIL: sparc-sun-solaris2
3; PR1557
4
5; Test that we can have an "X" output constraint.
6
7define void @test(i16 * %t) {
8 call void asm sideeffect "foo $0", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( i16* %t )
9 ret void
10}