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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits