aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa.c
diff options
context:
space:
mode:
authorDavid Li <davidxl@google.com>2011-06-01 17:45:26 +0000
committerXinliang David Li <davidxl@gcc.gnu.org>2011-06-01 17:45:26 +0000
commit5f57dccbc6b70929e8762d6a4ee75a483d466f58 (patch)
tree49323777d9d786094d8465343ff5af689045a503 /gcc/ipa.c
parentea6cf778dd408c1f4a0a929f5b7b0896843250a1 (diff)
downloadgcc-5f57dccbc6b70929e8762d6a4ee75a483d466f58.zip
gcc-5f57dccbc6b70929e8762d6a4ee75a483d466f58.tar.gz
gcc-5f57dccbc6b70929e8762d6a4ee75a483d466f58.tar.bz2
Pass name cleanups
From-SVN: r174537
Diffstat (limited to 'gcc/ipa.c')
-rw-r--r--gcc/ipa.c2
1 files changed, 1 insertions, 1 deletions
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 */