Dan Gohman | da594cf | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 2 | |
3 | ; Test that we can have an "X" output constraint. | ||||
4 | |||||
5 | define void @test(i16 * %t) { | ||||
6 | call void asm sideeffect "foo $0", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( i16* %t ) | ||||
7 | ret void | ||||
8 | } |