Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / Generic / 2007-04-27-InlineAsm-X-Dest.ll
blobf85cda05b073744d629e96de4a216fb95a097d87
1 ; RUN: llc -no-integrated-as < %s
3 ; Test that we can have an "X" output constraint.
5 define void @test(ptr %t) {
6         call void asm sideeffect "foo $0", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( ptr elementtype( i16) %t )
7         ret void