stmt.c (expand_return): If asked to return the RESULT_DECL, just call expand_value_re...
authorZack Weinberg <zack@gcc.gnu.org>
Wed, 11 Aug 2004 06:28:00 +0000 (06:28 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 11 Aug 2004 06:28:00 +0000 (06:28 +0000)
commit6f4a43e029d1e36130a9ff55128a1d101cf32ec5
tree89b4cb40824a7b6f34fb1a33c8593dbfdf639b5e
parent1a186ec5586436555a30227776d75c2516fd5911
stmt.c (expand_return): If asked to return the RESULT_DECL, just call expand_value_return on result_rtl.

* stmt.c (expand_return): If asked to return the RESULT_DECL,
just call expand_value_return on result_rtl.

From-SVN: r85795
gcc/ChangeLog
gcc/stmt.c