diff options
author | davidxl <davidxl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-01 17:45:26 +0000 |
---|---|---|
committer | davidxl <davidxl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-01 17:45:26 +0000 |
commit | 855c9b82d9f32bf7d2d2662e767f912521aa6921 (patch) | |
tree | 49323777d9d786094d8465343ff5af689045a503 /gcc/predict.c | |
parent | 7009b7bd92b7925a6894a7b9b5f9bbcf11214721 (diff) | |
download | gcc-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/predict.c')
-rw-r--r-- | gcc/predict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/predict.c b/gcc/predict.c index e18f9379c3f..870526bc6b3 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -2306,7 +2306,7 @@ struct gimple_opt_pass pass_profile = { { GIMPLE_PASS, - "profile", /* name */ + "profile_estimate", /* name */ gate_estimate_probability, /* gate */ tree_estimate_probability_driver, /* execute */ NULL, /* sub */ |