From 5f57dccbc6b70929e8762d6a4ee75a483d466f58 Mon Sep 17 00:00:00 2001 From: David Li Date: Wed, 1 Jun 2011 17:45:26 +0000 Subject: Pass name cleanups From-SVN: r174537 --- gcc/ipa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ipa.c') diff --git a/gcc/ipa.c b/gcc/ipa.c index 0ac325b..f40c0aa 100644 --- a/gcc/ipa.c +++ b/gcc/ipa.c @@ -1145,7 +1145,7 @@ struct ipa_opt_pass_d pass_ipa_profile = { { IPA_PASS, - "ipa-profile", /* name */ + "profile_estimate", /* name */ gate_ipa_profile, /* gate */ ipa_profile, /* execute */ NULL, /* sub */ -- cgit v1.1