ChangeLog.1: Fix typos.
authorKazu Hirata <kazu@gcc.gnu.org>
Mon, 28 Oct 2002 14:07:45 +0000 (14:07 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 28 Oct 2002 14:07:45 +0000 (14:07 +0000)
* ChangeLog.1: Fix typos.
* cse.c: Fix a comment typo.
* reload1.c: Likewise.

From-SVN: r58596

gcc/ChangeLog
gcc/ChangeLog.1
gcc/cse.c
gcc/reload1.c

index caba3b39300c36cfbd1e7228c093a6c2da1db539..52fe07fd52f08cd7980600ee923aab462b0c438e 100644 (file)
@@ -1,3 +1,9 @@
+2002-10-28  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * ChangeLog.1: Fix typos.
+       * cse.c: Fix a comment typo.
+       * reload1.c: Likewise.
+
 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * fixinc/inclhack.def (libc1_G_va_list): Correct test_text.
index 7391715b244d95fcd4663edd5312fbf1237b0dba..ef67034a596995b650a37af0548f63d150eff5bf 100644 (file)
@@ -1732,7 +1732,7 @@ Fri Apr  9 10:40:10 1999  Kaveh R. Ghazi  <ghazi@snafu.rutgers.edu>
 Thu Apr  8 19:20:18 1999  Jeffrey A Law  (law@cygnus.com)
 
        * expr.c (expand_expr, case ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF):
-       Do not try to optimize a aggregate address which has VOIDmode.
+       Do not try to optimize an aggregate address which has VOIDmode.
        Mirrors March 23 change to expand_assignment.
 
        * flow.c (delete_unreachable_blocks): Do not require EDGE_FALLTHRU
@@ -2625,7 +2625,7 @@ Tue Mar 23 23:32:14 1999  Jeffrey A Law  (law@cygnus.com)
        left using a variable rotate right.  Provide anonymous pattern for
        rotate left by a constant value.
 
-       * expr.c (expand_assignment): Do not try to optimize a aggregate
+       * expr.c (expand_assignment): Do not try to optimize an aggregate
        address which has VOIDmode.
 
 Tue Mar 23 22:51:48 1999  Mumit Khan  <khan@xraylith.wisc.edu>
index 06be4ff74127aaaab1bf7c17a0cf2d1436e49bb5..9688204c466b18a016256f4c05543580469420ff 100644 (file)
--- 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 cases involving expressions that are entirely
+  /* First, get rid of cases involving expressions that are entirely
      unwanted.  */
   if (cost_a != cost_b)
     {
index 8d4e00038476e4ca624bd3eb4197c009eab8f485..a7b435eebee0035397e38f3dbe0283183b9cbd55 100644 (file)
@@ -3229,7 +3229,7 @@ eliminate_regs_in_insn (insn, replace)
      insn.  The changes we make were determined by the earlier call to
      elimination_effects.
 
-     We also detect cases where register elimination cannot be done,
+     We also detect cases where register elimination cannot be done,
      namely, if a register would be both changed and referenced outside a MEM
      in the resulting insn since such an insn is often undefined and, even if
      not, we cannot know what meaning will be given to it.  Note that it is