blob: af522dc4c58d1f6e4238c4c0a0538e3e446f46a7 [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3; Test that we can have an "X" output constraint.
4
5define void @test(i16 * %t) {
6 call void asm sideeffect "foo $0", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( i16* %t )
7 ret void
8}