[llvm-commits] CVS: llvm/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll

Chris Lattner sabre at nondot.org
Fri Apr 27 23:08:13 PDT 2007



Changes in directory llvm/test/CodeGen/Generic:

2007-04-27-InlineAsm-X-Dest.ll updated: 1.1 -> 1.2
---
Log message:

ensure the operand prints.


---
Diffs of the changes:  (+1 -1)

 2007-04-27-InlineAsm-X-Dest.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
diff -u llvm/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll:1.1 llvm/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll:1.2
--- llvm/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll:1.1	Sat Apr 28 01:05:59 2007
+++ llvm/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll	Sat Apr 28 01:07:55 2007
@@ -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
 }






More information about the llvm-commits mailing list