diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2002-10-28 14:07:45 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-10-28 14:07:45 +0000 |
commit | 423adbb9bf574e8a8f2d02ad00fcbb4352beada9 (patch) | |
tree | 5aa3d0b0183a4c894c941c4b71d02403a60c2866 /gcc/cse.c | |
parent | 42e650ae23a4cc4c4f08717a501f58bd150941ce (diff) | |
download | gcc-423adbb9bf574e8a8f2d02ad00fcbb4352beada9.tar.gz |
ChangeLog.1: Fix typos.
* ChangeLog.1: Fix typos.
* cse.c: Fix a comment typo.
* reload1.c: Likewise.
From-SVN: r58596
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cse.c b/gcc/cse.c index 06be4ff7412..9688204c466 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -776,7 +776,7 @@ static int preferrable (cost_a, regcost_a, cost_b, regcost_b) int cost_a, regcost_a, cost_b, regcost_b; { - /* First, get rid of a cases involving expressions that are entirely + /* First, get rid of cases involving expressions that are entirely unwanted. */ if (cost_a != cost_b) { |