Changes in directory llvm/test/CodeGen/Generic:

2007-04-27-InlineAsm-X-Dest.ll added (r1.1)
---
Log message:

new testcase


---
Diffs of the changes:  (+8 -0)

 2007-04-27-InlineAsm-X-Dest.ll |    8 ++++++++
 1 files changed, 8 insertions(+)


Index: llvm/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
diff -c /dev/null llvm/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll:1.1
*** /dev/null   Sat Apr 28 01:06:09 2007
--- llvm/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll    Sat Apr 28 
01:05:59 2007
***************
*** 0 ****
--- 1,8 ----
+ ; RUN: llvm-as < %s | llc
+ 
+ ; 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 )
+         ret void
+ }



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to