aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-05-16 08:39:54 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-05-16 08:39:54 -0400
commit9faa82d8c081b9e38370b5a913825111d2166de6 (patch)
tree1e50640eecb618d0b3fa87607094528acb0add62 /gcc/cse.c
parentddd5a7c1808995545ad5befaa7320135e60b5d38 (diff)
downloadgcc-9faa82d8c081b9e38370b5a913825111d2166de6.zip
gcc-9faa82d8c081b9e38370b5a913825111d2166de6.tar.gz
gcc-9faa82d8c081b9e38370b5a913825111d2166de6.tar.bz2
Fix typos in comments.
From-SVN: r9712
Diffstat (limited to 'gcc/cse.c')
-rw-r--r--gcc/cse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cse.c b/gcc/cse.c
index a0c2d74..7ada45e 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -4999,7 +4999,7 @@ fold_rtx (x, insn)
if (offset == 0 && mode == const_mode)
return constant;
- /* If this actually isn't a constant (wierd!), we can't do
+ /* If this actually isn't a constant (weird!), we can't do
anything. Otherwise, handle the two most common cases:
extracting a word from a multi-word constant, and extracting
the low-order bits. Other cases don't seem common enough to
@@ -6192,7 +6192,7 @@ cse_insn (insn, in_libcall_block)
/* Store the equivalent value in SRC_EQV, if different, or if the DEST
is a STRICT_LOW_PART. The latter condition is necessary because SRC_EQV
is handled specially for this case, and if it isn't set, then there will
- be no equivalence for the destinatation. */
+ be no equivalence for the destination. */
if (n_sets == 1 && REG_NOTES (insn) != 0
&& (tem = find_reg_note (insn, REG_EQUAL, NULL_RTX)) != 0
&& (! rtx_equal_p (XEXP (tem, 0), SET_SRC (sets[0].rtl))