From 3ddccd577896fafaf76163658ebec92f5e7c1ef1 Mon Sep 17 00:00:00 2001 From: rkidd Date: Mon, 10 Sep 2007 12:49:46 +0000 Subject: 2007-09-10 Robert Kidd * bb-reorder.c (rest_of_handler_reorder_blocks): Removed call to RTL level tracer pass. * passes.c (init_optimization_passes): Move pass_tracer from after pass_rtl_ifcvt to after pass_dce. * tracer.c: Update copyright. (layout_superblocks): Remove function. (mark_bb_seen): New. (bb_seen_p): New. (count_insns): Change to estimate instructions in a Tree-SSA statement. (find_trace): Use bb_seen_p. (tail_duplicate): Use bb_seen_p. Call add_phi_args_after_copy after duplicate_block. (tracer): Change prototype to match that of a pass execute callback. (gate_tracer): Rename from gate_handle_tracer. (rest_of_handle_tracer): Remove function. * rtl.h: Remove prototype for tracer. * testsuite/gcc.dg/tree-prof/tracer-1.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128341 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/rtl.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/rtl.h') diff --git a/gcc/rtl.h b/gcc/rtl.h index 3473fb3c34a..64dc3bc8598 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -2269,8 +2269,6 @@ extern void invert_br_probabilities (rtx); extern bool expensive_function_p (int); /* In cfgexpand.c */ extern void add_reg_br_prob_note (rtx last, int probability); -/* In tracer.c */ -extern void tracer (void); /* In var-tracking.c */ extern unsigned int variable_tracking_main (void); -- cgit v1.2.1