stmt.c (expand_return): We have to be careful of cleanups that can be generated when...
authorMike Stump <mrs@gcc.gnu.org>
Thu, 29 Sep 1994 23:43:02 +0000 (23:43 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 29 Sep 1994 23:43:02 +0000 (23:43 +0000)
commit7a9a00be049860530e590125f1a8b0f999a40fa4
treedc208b0a6c0e8361ba575ef255f4788a22253c62
parent0f05a13c10cfeae603043c9fadcb3a8a169d112a
stmt.c (expand_return): We have to be careful of cleanups that can be generated when...

        * stmt.c (expand_return): We have to be careful of cleanups that can
        be generated when expanding the return value, as they might otherwise
        wipe out the return value.

From-SVN: r8167
gcc/stmt.c