diff options
author | shebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-21 23:24:14 +0000 |
---|---|---|
committer | shebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-21 23:24:14 +0000 |
commit | d30e015bfbea159e35a87a1ddce3879a2c33ac8e (patch) | |
tree | 20bf0674ee9977dd04924b8c03edf197e145357c | |
parent | 35da8ccf6837638fc2f830a9a3086adc3c839842 (diff) | |
download | gcc-d30e015bfbea159e35a87a1ddce3879a2c33ac8e.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56496 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 18 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 | ||||
-rw-r--r-- | gcc/config/alpha/alpha.c | 2 | ||||
-rw-r--r-- | gcc/config/alpha/vms-crt0-64.c | 2 | ||||
-rw-r--r-- | gcc/config/alpha/vms-crt0.c | 2 | ||||
-rw-r--r-- | gcc/config/alpha/vms-psxcrt0-64.c | 2 | ||||
-rw-r--r-- | gcc/config/alpha/vms-psxcrt0.c | 2 | ||||
-rw-r--r-- | gcc/config/d30v/d30v.h | 2 | ||||
-rw-r--r-- | gcc/config/fr30/fr30.h | 2 | ||||
-rw-r--r-- | gcc/config/rs6000/rs6000.c | 2 | ||||
-rw-r--r-- | gcc/config/stormy16/stormy16.h | 2 | ||||
-rw-r--r-- | gcc/doc/md.texi | 2 | ||||
-rw-r--r-- | gcc/genautomata.c | 2 | ||||
-rw-r--r-- | gcc/ifcvt.c | 8 | ||||
-rw-r--r-- | gcc/regrename.c | 2 | ||||
-rw-r--r-- | gcc/tree.c | 2 |
16 files changed, 36 insertions, 18 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 670b10d3eaa..708334d3096 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index d739d9f0b4f..bf5144e4277 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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) diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 7734bc89399..800476d4e8f 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -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; diff --git a/gcc/config/alpha/vms-crt0-64.c b/gcc/config/alpha/vms-crt0-64.c index 4120a6b4c0f..82ba3229772 100644 --- a/gcc/config/alpha/vms-crt0-64.c +++ b/gcc/config/alpha/vms-crt0-64.c @@ -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 diff --git a/gcc/config/alpha/vms-crt0.c b/gcc/config/alpha/vms-crt0.c index e75bc02ce74..b7665f9fcb4 100644 --- a/gcc/config/alpha/vms-crt0.c +++ b/gcc/config/alpha/vms-crt0.c @@ -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> diff --git a/gcc/config/alpha/vms-psxcrt0-64.c b/gcc/config/alpha/vms-psxcrt0-64.c index be3e70d6414..b16e8b4ae8d 100644 --- a/gcc/config/alpha/vms-psxcrt0-64.c +++ b/gcc/config/alpha/vms-psxcrt0-64.c @@ -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 diff --git a/gcc/config/alpha/vms-psxcrt0.c b/gcc/config/alpha/vms-psxcrt0.c index cdf5ced843a..c4140b4f8b5 100644 --- a/gcc/config/alpha/vms-psxcrt0.c +++ b/gcc/config/alpha/vms-psxcrt0.c @@ -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> diff --git a/gcc/config/d30v/d30v.h b/gcc/config/d30v/d30v.h index 84b5e7d28e0..763ed90687d 100644 --- a/gcc/config/d30v/d30v.h +++ b/gcc/config/d30v/d30v.h @@ -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. diff --git a/gcc/config/fr30/fr30.h b/gcc/config/fr30/fr30.h index c463f5b7aea..a2950c8ec37 100644 --- a/gcc/config/fr30/fr30.h +++ b/gcc/config/fr30/fr30.h @@ -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. */ diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 399608af5db..1bb6c29a960 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -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 diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index a43a1814c86..6833ea5aa06 100644 --- a/gcc/config/stormy16/stormy16.h +++ b/gcc/config/stormy16/stormy16.h @@ -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. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index ceac9fd780b..ed1115e4dc3 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -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. diff --git a/gcc/genautomata.c b/gcc/genautomata.c index aaf6203485d..bbb2b969876 100644 --- a/gcc/genautomata.c +++ b/gcc/genautomata.c @@ -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 diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index 82660be612d..f92b7e8285b 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -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: diff --git a/gcc/regrename.c b/gcc/regrename.c index 5a80a90eb83..8300c37e34e 100644 --- a/gcc/regrename.c +++ b/gcc/regrename.c @@ -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. diff --git a/gcc/tree.c b/gcc/tree.c index 2c56b95f94e..1a5910e985d 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -4612,7 +4612,7 @@ tree_class_check_failed (node, cl, file, line, function) #endif /* ENABLE_TREE_CHECKING */ /* For a new vector type node T, build the information necessary for - debuggint output. */ + debugging output. */ static void finish_vector_type (t) |