repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
When removing a function from the function set and adding it to deferred, we
[llvm.git]
/
test
/
FrontendC
/
sret2.c
blob
0f35b1c2586f020f7853f9c0381ff9464eac5d46
1
// RUN: %llvmgcc %s -S -O0 -o - | grep sret | count 2
2
3
struct
abc
{
4
long
a
;
5
long
b
;
6
long
c
;
7
};
8
9
struct
abc
foo2
(){}