* tree-promote-statics.c (pass_promote_statics): Change dump file
name.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102113
138bc75d-0d04-0410-961f-
82ee72b054a4
-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.
struct tree_opt_pass pass_promote_statics =
{
- "tree-promote-static", /* name */
+ "promote-statics", /* name */
gate_promote_statics, /* gate */
execute_promote_statics, /* execute */
NULL, /* sub */