[llvm-commits] CVS: llvm/test/Feature/callingconventions.ll

Chris Lattner lattner at cs.uiuc.edu
Fri May 19 15:01:06 PDT 2006



Changes in directory llvm/test/Feature:

callingconventions.ll updated: 1.1 -> 1.2
---
Log message:

new testcase for csretcc


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

 callingconventions.ll |    5 +++++
 1 files changed, 5 insertions(+)


Index: llvm/test/Feature/callingconventions.ll
diff -u llvm/test/Feature/callingconventions.ll:1.1 llvm/test/Feature/callingconventions.ll:1.2
--- llvm/test/Feature/callingconventions.ll:1.1	Fri May  6 17:33:44 2005
+++ llvm/test/Feature/callingconventions.ll	Fri May 19 17:00:54 2006
@@ -11,6 +11,11 @@
   ret void
 }
 
+csretcc void %structret({sbyte}* %P) {
+  call csretcc void %structret({sbyte}* %P)
+  ret void
+}
+
 
 cc0 void %foo2() {
   ret void






More information about the llvm-commits mailing list