aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom de Vries <vries@gcc.gnu.org>2011-05-22 19:59:17 +0000
committerTom de Vries <vries@gcc.gnu.org>2011-05-22 19:59:17 +0000
commitdc0a3366fc18838066535e6a038141fc9a22e822 (patch)
treef1e97c89806932dfdc2ad0d0f4ec1811c1d907ea
parent1523ffa92a6b83492f576ee12813d3ae7337eda6 (diff)
downloadgcc-dc0a3366fc18838066535e6a038141fc9a22e822.zip
gcc-dc0a3366fc18838066535e6a038141fc9a22e822.tar.gz
gcc-dc0a3366fc18838066535e6a038141fc9a22e822.tar.bz2
Fix formulation
From-SVN: r174040
-rw-r--r--gcc/ChangeLog2
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>