summaryrefslogtreecommitdiff
path: root/gcc/tree-profile.c
diff options
context:
space:
mode:
authordavidxl <davidxl@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-01 17:45:26 +0000
committerdavidxl <davidxl@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-01 17:45:26 +0000
commit855c9b82d9f32bf7d2d2662e767f912521aa6921 (patch)
tree49323777d9d786094d8465343ff5af689045a503 /gcc/tree-profile.c
parent7009b7bd92b7925a6894a7b9b5f9bbcf11214721 (diff)
downloadgcc-855c9b82d9f32bf7d2d2662e767f912521aa6921.tar.gz
Pass name cleanups
git-svn-id: svn+ssh://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 */