From fccee3538cf6afc8549674868e623eb87c99e25e Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 19 Apr 2005 22:13:05 +0000 Subject: [PATCH] * tree-ssa-phiopt.c, config/arm/arm.c, config/fr30/fr30.md, config/mcore/mcore.c: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98421 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/arm/arm.c | 2 +- gcc/config/fr30/fr30.md | 6 +++--- gcc/config/mcore/mcore.c | 2 +- gcc/tree-ssa-phiopt.c | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1e6eca8f4f4..29fcc2f7f4b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-19 Kazu Hirata + + * tree-ssa-phiopt.c, config/arm/arm.c, config/fr30/fr30.md, + config/mcore/mcore.c: Fix comment typos. + 2005-04-19 Daniel Jacobowitz * Makefile.in (libgcc.mk): Pass GCC_FOR_TARGET. diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 6336016078d..ab53a178379 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -12694,7 +12694,7 @@ is_called_in_ARM_mode (tree func) if (TREE_CODE (func) != FUNCTION_DECL) abort (); - /* Ignore the problem about functions whoes address is taken. */ + /* Ignore the problem about functions whose address is taken. */ if (TARGET_CALLEE_INTERWORKING && TREE_PUBLIC (func)) return TRUE; diff --git a/gcc/config/fr30/fr30.md b/gcc/config/fr30/fr30.md index 18064ccf44f..26272442cd9 100644 --- a/gcc/config/fr30/fr30.md +++ b/gcc/config/fr30/fr30.md @@ -38,8 +38,8 @@ ;; An instruction by default is considered to be 'delyabable' ;; that is, it can be placed into a delay slot, but it is not ;; itself a delayed branch type instruction. An instruction -;; whoes type is 'delayed' is one which has a delay slot, and -;; an instruction whoes delay_type is 'other' is one which does +;; whose type is 'delayed' is one which has a delay slot, and +;; an instruction whose delay_type is 'other' is one which does ;; not have a delay slot, nor can it be placed into a delay slot. (define_attr "delay_type" "delayable,delayed,other" (const_string "delayable")) @@ -316,7 +316,7 @@ ) ;; If we are loading a large positive constant, one which has bits -;; in the top byte set, but whoes set bits all lie within an 8 bit +;; in the top byte set, but whose set bits all lie within an 8 bit ;; range, then we can save time and space by loading the byte value ;; and shifting it into place. (define_split diff --git a/gcc/config/mcore/mcore.c b/gcc/config/mcore/mcore.c index 6816a805459..0b8b415c33d 100644 --- a/gcc/config/mcore/mcore.c +++ b/gcc/config/mcore/mcore.c @@ -2705,7 +2705,7 @@ handle_structs_in_regs (enum machine_mode mode, tree type, int reg) { int size; - /* The MCore ABI defines that a structure whoes size is not a whole multiple + /* The MCore ABI defines that a structure whose size is not a whole multiple of bytes is passed packed into registers (or spilled onto the stack if not enough registers are available) with the last few bytes of the structure being packed, left-justified, into the last register/stack slot. diff --git a/gcc/tree-ssa-phiopt.c b/gcc/tree-ssa-phiopt.c index e9db4c0ae2f..5f5857bf21a 100644 --- a/gcc/tree-ssa-phiopt.c +++ b/gcc/tree-ssa-phiopt.c @@ -301,7 +301,7 @@ empty_block_p (basic_block bb) return true; } -/* Replace PHI node element whoes edge is E in block BB with variable NEW. +/* Replace PHI node element whose edge is E in block BB with variable NEW. Remove the edge from COND_BLOCK which does not lead to BB (COND_BLOCK is known to have two edges, one of which must reach BB). */ -- 2.11.4.GIT