* cselib.c, expr.c: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 14 Nov 2004 13:05:19 +0000 (13:05 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 14 Nov 2004 13:05:19 +0000 (13:05 +0000)
From-SVN: r90620

gcc/ChangeLog
gcc/cselib.c
gcc/expr.c

index d1150c428170240d73541b4fd9d3d88174a90297..3f7f38fb2cb585a09be699accb2aa85949cef0f7 100644 (file)
@@ -6,6 +6,8 @@
        * emit-rtl.c (push_to_full_sequence): Remove.
        * rtl.h: Remove the corresponding prototype.
 
+       * cselib.c, expr.c: Fix comment typos.
+
 2004-11-13  Richard Henderson  <rth@redhat.com>
 
        * calls.c (precompute_register_parameters): Force all PARALLELs
index df22800114d60ce8f12eb1ba40f10001be436983..b57125bf9fa890b8aaac741392f77edb30f2755b 100644 (file)
@@ -707,7 +707,7 @@ new_cselib_val (unsigned int value, enum machine_mode mode)
   /* We use an alloc pool to allocate this RTL construct because it
      accounts for about 8% of the overall memory usage.  We know
      precisely when we can have VALUE RTXen (when cselib is active)
-     so we don't need to put them in garbave collected memory.
+     so we don't need to put them in garbage collected memory.
      ??? Why should a VALUE be an RTX in the first place?  */
   e->u.val_rtx = pool_alloc (value_pool);
   memset (e->u.val_rtx, 0, RTX_HDR_SIZE);
index 59da4fdbdea57b1472559f2d9bd92bec3dc514f1..f94993085cfdf5ca5a4c25a4aa00b7e1efb56ef4 100644 (file)
@@ -1559,7 +1559,7 @@ gen_group_rtx (rtx orig)
 
 /* A subroutine of emit_group_load.  Arguments as for emit_group_load,
    except that values are placed in TMPS[i], and must later be moved
-   into corrosponding XEXP (XVECEXP (DST, 0, i), 0) element.  */
+   into corresponding XEXP (XVECEXP (DST, 0, i), 0) element.  */
 
 static void
 emit_group_load_1 (rtx *tmps, rtx dst, rtx orig_src, tree type, int ssize)