Instead of returning structure by value clang usually adds pointer to
that structure as an argument. Pointers don't require special handling
no matter the SRet flag. Remove unsuccessful exit from lowerCall
for arguments with SRet flag if they are pointers.
Details
Details
Diff Detail
Diff Detail