tree-optimize.c (tree_rest_of_compilation): Do not release DECL_ARGUMENTS.

* tree-optimize.c (tree_rest_of_compilation): Do not release
	DECL_ARGUMENTS.

From-SVN: r77711
This commit is contained in:
Jan Hubicka 2004-02-12 17:33:07 +01:00 committed by Jan Hubicka
parent 18c0ecbeb8
commit 8f6a8d03ac
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2004-02-12 Jan Hubicka <jh@suse.cz>
* tree-optimize.c (tree_rest_of_compilation): Do not release
DECL_ARGUMENTS.
2004-02-11 Matt Kraai <kraai@alumni.cmu.edu>
* doc/install.texi: Fix the spelling of "explicitly".

View file

@ -218,8 +218,6 @@ tree_rest_of_compilation (tree fndecl, bool nested_p)
If rest_of_compilation set this to 0, leave it 0. */
if (DECL_INITIAL (fndecl) != 0)
DECL_INITIAL (fndecl) = error_mark_node;
DECL_ARGUMENTS (fndecl) = 0;
}
}