From: Tom de Vries Date: Sun, 22 May 2011 19:59:17 +0000 (+0000) Subject: Fix formulation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dc0a3366fc18838066535e6a038141fc9a22e822;p=gcc.git Fix formulation From-SVN: r174040 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 933ebf4ea76..85fcf9d4cb4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -13,7 +13,7 @@ 2011-05-22 Tom de Vries PR target/45098 - * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Fixed const test + * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Fix const test for call to get_shiftadd_cost. 2011-05-22 Uros Bizjak