From: Jan Hubicka Date: Wed, 18 Jun 2008 19:09:08 +0000 (+0200) Subject: cgraphunit.c (cgraph_optimize): Output debug info when doing toplevel reorder too. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45f09afb96650a355fa4de7974494657910e916e;p=gcc.git cgraphunit.c (cgraph_optimize): Output debug info when doing toplevel reorder too. * cgraphunit.c (cgraph_optimize): Output debug info when doing toplevel reorder too. From-SVN: r136905 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a86d857d55e..9a511c659c6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-06-18 Jan Hubicka + + * cgraphunit.c (cgraph_optimize): Output debug info when doing + toplevel reorder too. + 2008-06-18 Jan Hubicka * c-opts.c (c_common_post_options): PCH is not compatible with diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index b03913dc5bd..a5b116b4de8 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -1431,8 +1431,8 @@ cgraph_optimize (void) varpool_remove_unreferenced_decls (); varpool_assemble_pending_decls (); - varpool_output_debug_info (); } + varpool_output_debug_info (); cgraph_process_new_functions (); cgraph_state = CGRAPH_STATE_FINISHED;