ipa-pure-const.c: Change dump name.

2005-08-31  Daniel Berlin  <dberlin@dberlin.org>

	* ipa-pure-const.c: Change dump name.

From-SVN: r103692
This commit is contained in:
Daniel Berlin 2005-08-31 17:33:58 +00:00 committed by Daniel Berlin
parent c0dbaebd31
commit d4feded787
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-08-31 Daniel Berlin <dberlin@dberlin.org>
* ipa-pure-const.c: Change dump name.
2005-08-31 Uros Bizjak <uros@kss-loka.si>
PR target/23570

View File

@ -712,7 +712,7 @@ gate_pure_const (void)
struct tree_opt_pass pass_ipa_pure_const =
{
"ipa-pure-const", /* name */
"pure-const", /* name */
gate_pure_const, /* gate */
static_execute, /* execute */
NULL, /* sub */