tree-promote-statics.c (pass_promote_statics): Change dump file name.
authorDaniel Berlin <dberlin@dberlin.org>
Sun, 17 Jul 2005 18:17:02 +0000 (18:17 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Sun, 17 Jul 2005 18:17:02 +0000 (18:17 +0000)
2005-07-17  Daniel Berlin  <dberlin@dberlin.org>

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

From-SVN: r102113

gcc/ChangeLog
gcc/tree-promote-statics.c

index b801c83..3cde015 100644 (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.
index 521bdf5..a4ac8b7 100644 (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 */