From a831a6c1c5d071fadf348473ca12254b88b18605 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 19 May 2006 22:00:54 +0000 Subject: new testcase for csretcc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28413 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Feature/callingconventions.ll | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/Feature/callingconventions.ll') diff --git a/test/Feature/callingconventions.ll b/test/Feature/callingconventions.ll index ce4b93ad8b..ea50b0a86a 100644 --- a/test/Feature/callingconventions.ll +++ b/test/Feature/callingconventions.ll @@ -11,6 +11,11 @@ coldcc void %bar() { ret void } +csretcc void %structret({sbyte}* %P) { + call csretcc void %structret({sbyte}* %P) + ret void +} + cc0 void %foo2() { ret void -- cgit v1.2.3