From: Daniel Berlin Date: Sun, 17 Jul 2005 18:17:02 +0000 (+0000) Subject: tree-promote-statics.c (pass_promote_statics): Change dump file name. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b1355f3bc89b1df7d6d93a1e24ce1791ada787d;p=platform%2Fupstream%2Fgcc.git tree-promote-statics.c (pass_promote_statics): Change dump file name. 2005-07-17 Daniel Berlin * tree-promote-statics.c (pass_promote_statics): Change dump file name. From-SVN: r102113 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b801c83..3cde015 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,9 @@ -2005-07-12 Daniel Berlin +2005-07-17 Daniel Berlin + + * tree-promote-statics.c (pass_promote_statics): Change dump file + name. + +2005-07-17 Daniel Berlin * tree-optimize.c (init_tree_optimization_passes): Add pass_eliminate_useless_stores pass. diff --git a/gcc/tree-promote-statics.c b/gcc/tree-promote-statics.c index 521bdf5..a4ac8b7 100644 --- a/gcc/tree-promote-statics.c +++ b/gcc/tree-promote-statics.c @@ -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 */