Commit 8f6a8d03 by Jan Hubicka Committed by Jan Hubicka

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
parent 18c0ecbe
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> 2004-02-11 Matt Kraai <kraai@alumni.cmu.edu>
* doc/install.texi: Fix the spelling of "explicitly". * doc/install.texi: Fix the spelling of "explicitly".
......
...@@ -218,8 +218,6 @@ tree_rest_of_compilation (tree fndecl, bool nested_p) ...@@ -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 rest_of_compilation set this to 0, leave it 0. */
if (DECL_INITIAL (fndecl) != 0) if (DECL_INITIAL (fndecl) != 0)
DECL_INITIAL (fndecl) = error_mark_node; DECL_INITIAL (fndecl) = error_mark_node;
DECL_ARGUMENTS (fndecl) = 0;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment