diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-09 14:11:03 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-09 14:11:03 +0000 |
commit | a0eca485f44e435aeffd11c28a10ba6ddc97dc45 (patch) | |
tree | de1cb9b990f14e99af4088cce0ba95f23c59841b /gcc | |
parent | cf5c6c8d3188c8e422a0baa1059adc457795b075 (diff) | |
download | gcc-a0eca485f44e435aeffd11c28a10ba6ddc97dc45.zip gcc-a0eca485f44e435aeffd11c28a10ba6ddc97dc45.tar.gz gcc-a0eca485f44e435aeffd11c28a10ba6ddc97dc45.tar.bz2 |
* tree-ssa-loop-ivopts.c: Fix a comment typo.
From-SVN: r90342
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/tree-ssa-loop-ivopts.c | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9867428..5ee1a5d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,8 @@ -2004-11-07 James A. Morrison <phython@gcc.gnu.org> +2004-11-09 Kazu Hirata <kazu@cs.umass.edu> + + * tree-ssa-loop-ivopts.c: Fix a comment typo. + +2004-11-09 James A. Morrison <phython@gcc.gnu.org> PR pch/14940 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Add __sparc__ diff --git a/gcc/tree-ssa-loop-ivopts.c b/gcc/tree-ssa-loop-ivopts.c index f22525d..557fd21 100644 --- a/gcc/tree-ssa-loop-ivopts.c +++ b/gcc/tree-ssa-loop-ivopts.c @@ -3908,7 +3908,7 @@ iv_ca_extend (struct ivopts_data *data, struct iv_ca *ivs, return cost; } -/* Try narowing set IVS by removing CAND. Return the cost of +/* Try narrowing set IVS by removing CAND. Return the cost of the new set and store the differences in DELTA. */ static unsigned |