OSDN Git Service

* tree.c (finish_vector_type): Fix a typo in a comment.
authorshebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Aug 2002 23:24:14 +0000 (23:24 +0000)
committershebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Aug 2002 23:24:14 +0000 (23:24 +0000)
        * Makefile.in: Fix "the the" stutters in comments.
        * genautomata.c: Ditto.
        * ifcvt.c: Ditto.
        * regrename.c: Ditto.
        * config/alpha/alpha.c: Ditto.
        * config/alpha/vms-crt0-64.c: Ditto.
        * config/alpha/vms-crt0.c: Ditto.
        * config/alpha/vms-psxcrt0-64.c: Ditto.
        * config/alpha/vms-psxcrt0.c: Ditto.
        * config/d30v/d30v.h: Ditto.
        * config/fr30/fr30.h: Ditto.
        * config/rs6000/rs6000.c: Ditto.
        * config/stormy16/stormy16.h: Ditto.
        * doc/md.texi: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56496 138bc75d-0d04-0410-961f-82ee72b054a4

16 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/config/alpha/alpha.c
gcc/config/alpha/vms-crt0-64.c
gcc/config/alpha/vms-crt0.c
gcc/config/alpha/vms-psxcrt0-64.c
gcc/config/alpha/vms-psxcrt0.c
gcc/config/d30v/d30v.h
gcc/config/fr30/fr30.h
gcc/config/rs6000/rs6000.c
gcc/config/stormy16/stormy16.h
gcc/doc/md.texi
gcc/genautomata.c
gcc/ifcvt.c
gcc/regrename.c
gcc/tree.c

index 670b10d..708334d 100644 (file)
@@ -1,3 +1,21 @@
+2002-08-21  Stan Shebs  <shebs@apple.com>
+
+       * tree.c (finish_vector_type): Fix a typo in a comment.
+       * Makefile.in: Fix "the the" stutters in comments.
+       * genautomata.c: Ditto.
+       * ifcvt.c: Ditto.
+       * regrename.c: Ditto.
+       * config/alpha/alpha.c: Ditto.
+       * config/alpha/vms-crt0-64.c: Ditto.
+       * config/alpha/vms-crt0.c: Ditto.
+       * config/alpha/vms-psxcrt0-64.c: Ditto.
+       * config/alpha/vms-psxcrt0.c: Ditto.
+       * config/d30v/d30v.h: Ditto.
+       * config/fr30/fr30.h: Ditto.
+       * config/rs6000/rs6000.c: Ditto.
+       * config/stormy16/stormy16.h: Ditto.
+       * doc/md.texi: Ditto.
+       
 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
        * cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value.
index d739d9f..bf5144e 100644 (file)
@@ -548,7 +548,7 @@ all: all.indirect
 .NOEXPORT:
 
 # GCONFIG_H lists the config files that the generator files depend on, while
-# CONFIG_H lists the the ones ordinary gcc files depend on, which includes
+# CONFIG_H lists the ones ordinary gcc files depend on, which includes
 # several files generated by those generators.
 GCONFIG_H = config.h $(host_xm_file_list)
 HCONFIG_H = hconfig.h $(build_xm_file_list)
index 7734bc8..800476d 100644 (file)
@@ -3310,7 +3310,7 @@ alpha_emit_conditional_branch (code)
        }
       else
        {
-         /* ??? We mark the the branch mode to be CCmode to prevent the
+         /* ??? We mark the branch mode to be CCmode to prevent the
             compare and branch from being combined, since the compare 
             insn follows IEEE rules that the branch does not.  */
          branch_mode = CCmode;
index 4120a6b..82ba322 100644 (file)
@@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA.  */
 You Lose! This file can only be compiled with DEC C.
 #else
 
-/* This file can only be compiled with DEC C, due the the call to
+/* This file can only be compiled with DEC C, due to the call to
    lib$establish and the pragmas pointer_size.  */
 
 #pragma __pointer_size short
index e75bc02..b7665f9 100644 (file)
@@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA.  */
 You Lose! This file can only be compiled with DEC C.
 #else
 
-/* This file can only be compiled with DEC C, due the the call to
+/* This file can only be compiled with DEC C, due to the call to
    lib$establish. */
 
 #include <stdlib.h>
index be3e70d..b16e8b4 100644 (file)
@@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA.  */
 You Lose! This file can only be compiled with DEC C.
 #else
 
-/* This file can only be compiled with DEC C, due the the call to
+/* This file can only be compiled with DEC C, due to the call to
    lib$establish and the pragmas pointer_size.  */
 
 #pragma __pointer_size short
index cdf5ced..c4140b4 100644 (file)
@@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA.  */
 You Lose! This file can only be compiled with DEC C.
 #else
 
-/* This file can only be compiled with DEC C, due the the call to
+/* This file can only be compiled with DEC C, due to the call to
    lib$establish. */
 
 #include <stdlib.h>
index 84b5e7d..763ed90 100644 (file)
@@ -4225,7 +4225,7 @@ fprintf (STREAM, "\t.word .L%d\n", VALUE)
    Some machines can also perform `and' or `plus' operations on condition code
    values with less instructions than the corresponding `sCOND' insn followed
    by `and' or `plus'.  On those machines, define the appropriate patterns.
-   Use the names `incscc' and `decscc', respectively, for the the patterns
+   Use the names `incscc' and `decscc', respectively, for the patterns
    which perform `plus' or `minus' operations on condition code values.  See
    `rs6000.md' for some examples.  The GNU Superoptizer can be used to find
    such instruction sequences on other machines.
index c463f5b..a2950c8 100644 (file)
@@ -927,7 +927,7 @@ enum reg_class
    ldi:32 FUNCTION, r0
    jmp    @r0
 
-   The no-ops are to guarantee that the the static chain and final
+   The no-ops are to guarantee that the static chain and final
    target are 32 bit ailgned within the trampoline.  That allows us to
    initialize those locations with simple SImode stores.   The alternative
    would be to use HImode stores.  */
index 399608a..1bb6c29 100644 (file)
@@ -8572,7 +8572,7 @@ rs6000_emit_cmove (dest, op, true_cond, false_cond)
   /* We're going to try to implement comparions by performing
      a subtract, then comparing against zero.  Unfortunately,
      Inf - Inf is NaN which is not zero, and so if we don't
-     know that the the operand is finite and the comparison
+     know that the operand is finite and the comparison
      would treat EQ different to UNORDERED, we can't do it.  */
   if (! flag_unsafe_math_optimizations
       && code != GT && code != UNGE
index a43a181..6833ea5 100644 (file)
@@ -3860,7 +3860,7 @@ do {                                                                      \
    Some machines can also perform `and' or `plus' operations on condition code
    values with less instructions than the corresponding `sCOND' insn followed
    by `and' or `plus'.  On those machines, define the appropriate patterns.
-   Use the names `incscc' and `decscc', respectively, for the the patterns
+   Use the names `incscc' and `decscc', respectively, for the patterns
    which perform `plus' or `minus' operations on condition code values.  See
    `rs6000.md' for some examples.  The GNU Superoptizer can be used to find
    such instruction sequences on other machines.
index ceac9fd..ed1115e 100644 (file)
@@ -4225,7 +4225,7 @@ For example:
 
 @end smallexample
 
-Where @var{pathname} is a string that specifies the the location of the file,
+Where @var{pathname} is a string that specifies the location of the file,
 specifies the include file to be in @file{gcc/config/target/filestuff}. The
 directory @file{gcc/config/target} is regarded as the default directory.
 
index aaf6203..bbb2b96 100644 (file)
@@ -6870,7 +6870,7 @@ process_state_longest_path_length (state)
 
 #define MAX_DFA_ISSUE_RATE_VAR_NAME "max_dfa_issue_rate"
 
-/* The following function calculates value of the the corresponding
+/* The following function calculates value of the corresponding
    global variable and outputs its declaration.  */
 
 static void
index 82660be..f92b7e8 100644 (file)
@@ -343,7 +343,7 @@ cond_exec_get_condition (jump)
 
 /* Given a simple IF-THEN or IF-THEN-ELSE block, attempt to convert it
    to conditional execution.  Return TRUE if we were successful at
-   converting the the block.  */
+   converting the block.  */
 
 static int
 cond_exec_process_if_block (ce_info, do_multiple_p)
@@ -1687,7 +1687,7 @@ noce_operand_ok (op)
 
 /* Given a simple IF-THEN or IF-THEN-ELSE block, attempt to convert it
    without using conditional execution.  Return TRUE if we were
-   successful at converting the the block.  */
+   successful at converting the block.  */
 
 static int
 noce_process_if_block (ce_info)
@@ -2230,7 +2230,7 @@ block_jumps_and_fallthru_p (cur_bb, target_bb)
 
 /* Determine if a given basic block heads a simple IF-THEN or IF-THEN-ELSE
    block.  If so, we'll try to convert the insns to not require the branch.
-   Return TRUE if we were successful at converting the the block.  */
+   Return TRUE if we were successful at converting the block.  */
 
 static int
 find_if_block (ce_info)
@@ -2580,7 +2580,7 @@ block_has_only_trap (bb)
    transformable, but not necessarily the other.  There need be no
    JOIN block.
 
-   Return TRUE if we were successful at converting the the block.
+   Return TRUE if we were successful at converting the block.
 
    Cases we'd like to look at:
 
index 5a80a90..8300c37 100644 (file)
@@ -1264,7 +1264,7 @@ copy_value (dest, src, vd)
   if (vd->e[sr].mode == VOIDmode)
     set_value_regno (sr, vd->e[dr].mode, vd);
 
-  /* If we are narrowing the the input to a smaller number of hard regs,
+  /* If we are narrowing the input to a smaller number of hard regs,
      and it is in big endian, we are really extracting a high part.
      Since we generally associate a low part of a value with the value itself,
      we must not do the same for the high part.
index 2c56b95..1a5910e 100644 (file)
@@ -4612,7 +4612,7 @@ tree_class_check_failed (node, cl, file, line, function)
 #endif /* ENABLE_TREE_CHECKING */
 \f
 /* For a new vector type node T, build the information necessary for
-   debuggint output.  */
+   debugging output.  */
 
 static void
 finish_vector_type (t)