aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-profile.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/tree-profile.c
parentea6cf778dd408c1f4a0a929f5b7b0896843250a1 (diff)
downloadgcc-5f57dccbc6b70929e8762d6a4ee75a483d466f58.zip
gcc-5f57dccbc6b70929e8762d6a4ee75a483d466f58.tar.gz
gcc-5f57dccbc6b70929e8762d6a4ee75a483d466f58.tar.bz2
Pass name cleanups
From-SVN: r174537
Diffstat (limited to 'gcc/tree-profile.c')
-rw-r--r--gcc/tree-profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c
index 69d77f0..ab51e26 100644
--- a/gcc/tree-profile.c
+++ b/gcc/tree-profile.c
@@ -579,7 +579,7 @@ struct simple_ipa_opt_pass pass_ipa_tree_profile =
{
{
SIMPLE_IPA_PASS,
- "tree_profile_ipa", /* name */
+ "profile", /* name */
gate_tree_profile_ipa, /* gate */
tree_profiling, /* execute */
NULL, /* sub */