diff options
Diffstat (limited to 'gcc/tree-profile.c')
-rw-r--r-- | gcc/tree-profile.c | 2 |
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 */ |