From 414953f982c7f649ba0c1f7d6c191abccc04261f Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Mon, 26 Apr 2010 16:32:45 +0000 Subject: [PATCH 1/1] * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables. Use VOID_TYPE_P for all void type tests. Adjust TYPE variable instead of shadowing it. Fix comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158737 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7a86f3c1b68..b60c36384eb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2010-04-26 Eric Botcazou + + * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables. + Use VOID_TYPE_P for all void type tests. Adjust TYPE variable instead + of shadowing it. Fix comments. + 2010-04-26 Jan Hubicka * cgraph.c (cgraph_create_node): Set node frequency to normal. @@ -8,15 +14,19 @@ * lto-cgraph.c (lto_output_node): Output node frequency. (input_overwrite_node): Input node frequency. * tre-ssa-loop-ivopts (computation_cost): Update. - * lto-streamer-out.c (output_function): Do not output function frequency. - * predict.c (maybe_hot_frequency_p): Update and handle functions executed once. + * lto-streamer-out.c (output_function): Do not output function + frequency. + * predict.c (maybe_hot_frequency_p): Update and handle functions + executed once. (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of attribute lookup. (probably_never_executed_bb_p, optimize_function_for_size_p): Update. - (compute_function_frequency): Set noreturn functions to be executed once. + (compute_function_frequency): Set noreturn functions to be executed + once. (choose_function_section): Update. * lto-streamer-in.c (input_function): Do not input function frequency. - * function.c (allocate_struct_function): Do not initialize function frequency. + * function.c (allocate_struct_function): Do not initialize function + frequency. * function.h (function_frequency): Remove. (struct function): Remove function frequency. * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove. -- 2.11.0