From 3b1355f3bc89b1df7d6d93a1e24ce1791ada787d Mon Sep 17 00:00:00 2001 From: Daniel Berlin Date: Sun, 17 Jul 2005 18:17:02 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 7 ++++++- gcc/tree-promote-statics.c | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b801c83272d..3cde015f6be 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 521bdf52689..a4ac8b79305 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 */ -- 2.30.2