tree-promote-statics.c (pass_promote_statics): Change dump file name.

2005-07-17  Daniel Berlin  <dberlin@dberlin.org>

	* tree-promote-statics.c (pass_promote_statics): Change dump file
	 name.

From-SVN: r102113
This commit is contained in:
Daniel Berlin 2005-07-17 18:17:02 +00:00 committed by Daniel Berlin
parent 45159bf654
commit 3b1355f3bc
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
2005-07-12 Daniel Berlin <dberlin@dberlin.org>
2005-07-17 Daniel Berlin <dberlin@dberlin.org>
* tree-promote-statics.c (pass_promote_statics): Change dump file
name.
2005-07-17 Daniel Berlin <dberlin@dberlin.org>
* tree-optimize.c (init_tree_optimization_passes): Add
pass_eliminate_useless_stores pass.

View File

@ -579,7 +579,7 @@ gate_promote_statics (void)
struct tree_opt_pass pass_promote_statics =
{
"tree-promote-static", /* name */
"promote-statics", /* name */
gate_promote_statics, /* gate */
execute_promote_statics, /* execute */
NULL, /* sub */