Commit d4feded7 by Daniel Berlin Committed by Daniel Berlin

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
parent c0dbaebd
2005-08-31 Daniel Berlin <dberlin@dberlin.org>
* ipa-pure-const.c: Change dump name.
2005-08-31 Uros Bizjak <uros@kss-loka.si> 2005-08-31 Uros Bizjak <uros@kss-loka.si>
PR target/23570 PR target/23570
......
...@@ -712,7 +712,7 @@ gate_pure_const (void) ...@@ -712,7 +712,7 @@ gate_pure_const (void)
struct tree_opt_pass pass_ipa_pure_const = struct tree_opt_pass pass_ipa_pure_const =
{ {
"ipa-pure-const", /* name */ "pure-const", /* name */
gate_pure_const, /* gate */ gate_pure_const, /* gate */
static_execute, /* execute */ static_execute, /* execute */
NULL, /* sub */ NULL, /* sub */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment