ensure the operand prints.
authorChris Lattner <sabre@nondot.org>
Sat, 28 Apr 2007 06:07:55 +0000 (06:07 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Apr 2007 06:07:55 +0000 (06:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36533 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll

index 45a4de2853930c588a4c2e489ead66765b0282d1..0ea13a2ad2e84b4e7bad4b16667a1ba6d3dbc2eb 100644 (file)
@@ -3,6 +3,6 @@
 ; Test that we can have an "X" output constraint.
 
 define void @test(i16 * %t) {
-        call void asm sideeffect "fwait", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( i16* %t )
+        call void asm sideeffect "foo $0", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( i16* %t )
         ret void
 }