diff options
author | Tom de Vries <vries@gcc.gnu.org> | 2011-05-22 19:59:17 +0000 |
---|---|---|
committer | Tom de Vries <vries@gcc.gnu.org> | 2011-05-22 19:59:17 +0000 |
commit | dc0a3366fc18838066535e6a038141fc9a22e822 (patch) | |
tree | f1e97c89806932dfdc2ad0d0f4ec1811c1d907ea | |
parent | 1523ffa92a6b83492f576ee12813d3ae7337eda6 (diff) | |
download | gcc-dc0a3366fc18838066535e6a038141fc9a22e822.zip gcc-dc0a3366fc18838066535e6a038141fc9a22e822.tar.gz gcc-dc0a3366fc18838066535e6a038141fc9a22e822.tar.bz2 |
Fix formulation
From-SVN: r174040
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 933ebf4..85fcf9d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -13,7 +13,7 @@ 2011-05-22 Tom de Vries <tom@codesourcery.com> 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 <ubizjak@gmail.com> |