summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Feature/callingconventions.ll5
1 files changed, 5 insertions, 0 deletions
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