From d2aa5f30089ef2e5d828d9b7b421f90b39601718 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 9 Nov 2004 14:11:03 +0000 Subject: [PATCH] * tree-ssa-loop-ivopts.c: Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90342 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 +++++- gcc/tree-ssa-loop-ivopts.c | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9867428abf0..5ee1a5d54ee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,8 @@ -2004-11-07 James A. Morrison +2004-11-09 Kazu Hirata + + * tree-ssa-loop-ivopts.c: Fix a comment typo. + +2004-11-09 James A. Morrison 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 f22525d1228..557fd219462 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 -- 2.11.0