diff options
author | David Li <davidxl@google.com> | 2011-06-01 17:45:26 +0000 |
---|---|---|
committer | Xinliang David Li <davidxl@gcc.gnu.org> | 2011-06-01 17:45:26 +0000 |
commit | 5f57dccbc6b70929e8762d6a4ee75a483d466f58 (patch) | |
tree | 49323777d9d786094d8465343ff5af689045a503 /gcc/tree-profile.c | |
parent | ea6cf778dd408c1f4a0a929f5b7b0896843250a1 (diff) | |
download | gcc-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.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 */ |