Commit 3b1355f3 by Daniel Berlin Committed by Daniel Berlin

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
parent 45159bf6
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.
......
......@@ -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 */
......
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