aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-profile.c
diff options
context:
space:
mode:
authorDavid Li <davidxl@google.com>2011-06-01 17:45:26 +0000
committerDavid Li <davidxl@google.com>2011-06-01 17:45:26 +0000
commit3a2470c80f8c5e218eddde4e1feb7d7668238625 (patch)
tree49323777d9d786094d8465343ff5af689045a503 /gcc/tree-profile.c
parent5bea93bb9a7e13edf57efcf9037a74a337b0ff83 (diff)
Pass name cleanups
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@174537 138bc75d-0d04-0410-961f-82ee72b054a4
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 69d77f07892..ab51e261a56 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 */