2004-11-08 Andrew Pinski <pinskia@physics.uc.edu>
* decl.c (end_java_method): Remove duplicated code.
From-SVN: r90264
+2004-11-08 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * decl.c (end_java_method): Remove duplicated code.
+
2004-11-06 Zack Weinberg <zack@codesourcery.com>
Gerald Pfeifer <gerald@pfeifer.com>
flag_unit_at_a_time = 0;
finish_method (fndecl);
- if (! flag_unit_at_a_time)
- {
- /* Nulling these fields when we no longer need them saves
- memory. */
- DECL_SAVED_TREE (fndecl) = NULL;
- DECL_STRUCT_FUNCTION (fndecl) = NULL;
- DECL_INITIAL (fndecl) = NULL_TREE;
- }
if (! flag_unit_at_a_time)
{
/* Nulling these fields when we no longer need them saves