summaryrefslogtreecommitdiff
path: root/test/Feature/callingconventions.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-05-19 22:00:54 +0000
committerChris Lattner <sabre@nondot.org>2006-05-19 22:00:54 +0000
commita831a6c1c5d071fadf348473ca12254b88b18605 (patch)
tree6a99d9df0f9458e2b2903b6634990e2f2d6347f2 /test/Feature/callingconventions.ll
parent0deaab89feb963b314428e3c3c565343cc30b5c9 (diff)
downloadllvm-a831a6c1c5d071fadf348473ca12254b88b18605.tar.gz
llvm-a831a6c1c5d071fadf348473ca12254b88b18605.tar.bz2
llvm-a831a6c1c5d071fadf348473ca12254b88b18605.tar.xz
new testcase for csretcc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28413 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature/callingconventions.ll')
-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