aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>2000-04-26 22:58:05 -0700
committerRichard Henderson <rth@gcc.gnu.org>2000-04-26 22:58:05 -0700
commit604617ba2a22e682ba2813a7782607c3b93ca7c2 (patch)
tree0935d72565c8f62d3c8af62f67c83e7ecadf6c31 /gcc/output.h
parent6777db6d4ae38b136bc0a937afb61e95f5468a6a (diff)
downloadgcc-604617ba2a22e682ba2813a7782607c3b93ca7c2.zip
gcc-604617ba2a22e682ba2813a7782607c3b93ca7c2.tar.gz
gcc-604617ba2a22e682ba2813a7782607c3b93ca7c2.tar.bz2
jump.c (invert_jump): Always invert REG_BR_PROB.
* jump.c (invert_jump): Always invert REG_BR_PROB. Do it correctly. * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability. * flow.c (calculate_loop_depth): Remove. * output.h (calculate_loop_depth): Don't declare. * toplev.c (rest_of_compilation): Expand calculate_loop_depth inline; run estimate_probability at the same time. From-SVN: r33464
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/output.h b/gcc/output.h
index e54bc35..6af8de6 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -134,7 +134,6 @@ extern int regno_clobbered_at_setjmp PARAMS ((int));
extern void dump_flow_info PARAMS ((FILE *));
extern void find_basic_blocks PARAMS ((rtx, int, FILE *));
extern void cleanup_cfg PARAMS ((rtx));
-extern void calculate_loop_depth PARAMS ((FILE *));
extern void free_basic_block_vars PARAMS ((int));
extern void set_block_num PARAMS ((rtx, int));
#endif