From 1ae58c30e27a46925523033fe3f5aa20f7b6b4d0 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 30 Apr 2004 16:27:30 +0000 Subject: bb-reorder.c, [...]: Fix comment typos. * bb-reorder.c, c-opts.c, cfglayout.c, cgraph.c, cgraphunit.c, cppfiles.c, fold-const.c, ggc-zone.c, loop-doloop.c, optabs.c, reg-stack.c, varasm.c, config/alpha/ev4.md, config/alpha/ev5.md, config/alpha/ev6.md, config/arm/arm.c, config/c4x/c4x.c, config/c4x/c4x.md, config/cris/cris.c, config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.c, config/frv/frv.h, config/frv/frv.md, config/h8300/h8300.c, config/i386/i386.c, config/i386/i386.md, config/i386/winnt.c, config/ia64/itanium2.md, config/ip2k/ip2k.c, config/mips/mips.c, config/mips/mips.h, config/mips/sr71k.md, config/pa/pa.c, config/s390/s390.c, config/sh/sh.c: Fix comment typos. From-SVN: r81345 --- gcc/config/frv/frv.c | 2 +- gcc/config/frv/frv.h | 2 +- gcc/config/frv/frv.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/config/frv') diff --git a/gcc/config/frv/frv.c b/gcc/config/frv/frv.c index 242dfcd..d5808bf 100644 --- a/gcc/config/frv/frv.c +++ b/gcc/config/frv/frv.c @@ -6627,7 +6627,7 @@ frv_ifcvt_init_extra_fields (ce_if_block_t *ce_info ATTRIBUTE_UNUSED) } -/* Internal function to add a potenial insn to the list of insns to be inserted +/* Internal function to add a potential insn to the list of insns to be inserted if the conditional execution conversion is successful. */ static void diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h index d1f3082..1e89210 100644 --- a/gcc/config/frv/frv.h +++ b/gcc/config/frv/frv.h @@ -931,7 +931,7 @@ extern int target_flags; #define LAST_ARG_REGNUM (FIRST_ARG_REGNUM + FRV_NUM_ARG_REGS - 1) /* Registers used by the exception handling functions. These should be - registers that are not otherwised used by the calling sequence. */ + registers that are not otherwise used by the calling sequence. */ #define FIRST_EH_REGNUM 14 #define LAST_EH_REGNUM 15 diff --git a/gcc/config/frv/frv.md b/gcc/config/frv/frv.md index ef2b49d..20170bd 100644 --- a/gcc/config/frv/frv.md +++ b/gcc/config/frv/frv.md @@ -2788,7 +2788,7 @@ [(set_attr "length" "8") (set_attr "type" "multi")]) -;; Patterns for addsi3/subdi3 after spliting +;; Patterns for addsi3/subdi3 after splitting (define_insn "adddi3_lower" [(set (match_operand:SI 0 "integer_register_operand" "=d") (plus:SI (match_operand:SI 1 "integer_register_operand" "d") -- cgit v1.1