summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/sret.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/sret.c')
-rw-r--r--test/FrontendC/sret.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/FrontendC/sret.c b/test/FrontendC/sret.c
deleted file mode 100644
index 4266691..0000000
--- a/test/FrontendC/sret.c
+++ /dev/null
@@ -1,15 +0,0 @@
-// RUN: %llvmgcc %s -S -O0 -o - | grep sret | count 5
-
-struct abc {
- long a;
- long b;
- long c;
-};
-
-struct abc foo1(void);
-struct abc foo2();
-
-void bar() {
- struct abc dummy1 = foo1();
- struct abc dummy2 = foo2();
-}
OpenPOWER on IntegriCloud