diff options
author | Chris Lattner <sabre@nondot.org> | 2009-03-22 19:35:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-03-22 19:35:37 +0000 |
commit | ff75e1db95a53c7606e0bb114cf9adc59ab3d7f6 (patch) | |
tree | 91991672ba9d6335aaebdf6d044f9552e9c80cfd /lib/Sema/SemaType.cpp | |
parent | 26d1a40edc612f4c53399427480592101acb0dbe (diff) |
fix a fixme: non-proto struct returning function definitions should be compiled
to something like:
define void @bar(%struct.foo* noalias sret %agg.result) nounwind {
instead of:
define void @bar(%struct.foo* noalias sret %agg.result, ...) nounwind {
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67475 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaType.cpp')
0 files changed, 0 insertions, 0 deletions