aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2012-08-15 08:47:13 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2012-08-15 08:47:13 +0000
commit63ef63bfad608eae22d588156ce1150c993c9bd5 (patch)
treeaaa958c20362db0f36c2a1700f016759880b7491 /gcc/final.c
parent5b28d82184aa2a965dca03f0181255616f3ca358 (diff)
downloadgcc-63ef63bfad608eae22d588156ce1150c993c9bd5.zip
gcc-63ef63bfad608eae22d588156ce1150c993c9bd5.tar.gz
gcc-63ef63bfad608eae22d588156ce1150c993c9bd5.tar.bz2
timevar.def (TV_VARPOOL, [...]): Remove.
* timevar.def (TV_VARPOOL, TV_WHOPR_WPA_LTRANS_EXEC, TV_LIFE, TV_LIFE_UPDATE, TV_DF_UREC, TV_INLINE_HEURISTICS, TV_TREE_LINEAR_TRANSFORM, TV_TREE_LOOP_INIT, TV_TREE_LOOP_FINI, TV_VPT, TV_LOCAL_ALLOC, TV_GLOBAL_ALLOC, TV_SEQABSTR): Remove. (TV_IPA_INLINING, TV_FLATTEN_INLINING, TV_EARLY_INLINING, TV_INLINE_PARAMETERS, TV_LOOP_INIT, TV_LOOP_FINI): New. * timevar.c (timevar_print): Make printing width of timevar names more flexible, but enforce maximum length. * ipa-inline.c (pass_early_inline): Use TV_EARLY_INLINING. (pass_ipa_inline): Use TV_IPA_INLINING. * ipa-inline-analysis.c (pass_inline_parameters): Use TV_INLINE_HEURISTICS. * tree-ssa-loop.c (pass_tree_loop_init): No timevar for wrapper pass. (pass_tree_loop_done): Likewise. * final.c (pass_shorten_branches): Use TV_SHORTEN_BRANCH. * loop-init.c (loop_optimizer_init): Push/pop TV_LOOP_INIT. (loop_optimizer_finalize): Push/pop TV_LOOP_FINI. From-SVN: r190409
Diffstat (limited to 'gcc/final.c')
-rw-r--r--gcc/final.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c
index ed8624e..dddb78a 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -4377,7 +4377,7 @@ struct rtl_opt_pass pass_shorten_branches =
NULL, /* sub */
NULL, /* next */
0, /* static_pass_number */
- TV_FINAL, /* tv_id */
+ TV_SHORTEN_BRANCH, /* tv_id */
0, /* properties_required */
0, /* properties_provided */
0, /* properties_destroyed */