From b2a8872fbe1ec1c49094559ac7b78e6ea4ab7180 Mon Sep 17 00:00:00 2001 From: kan Date: Fri, 11 Jul 2003 03:40:53 +0000 Subject: Gcc 3.3.1-pre as of 2003-07-11. --- contrib/gcc/reload.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/gcc/reload.h') diff --git a/contrib/gcc/reload.h b/contrib/gcc/reload.h index e832ed9..0463224 100644 --- a/contrib/gcc/reload.h +++ b/contrib/gcc/reload.h @@ -205,7 +205,7 @@ struct needs must be examined for register elimination. */ struct insn_chain { - /* Links to the neighbour instructions. */ + /* Links to the neighbor instructions. */ struct insn_chain *next, *prev; /* Link through a chains set up by calculate_needs_all_insns, containing @@ -270,7 +270,7 @@ extern void transfer_replacements PARAMS ((int, int)); /* IN_RTX is the value loaded by a reload that we now decided to inherit, or a subpart of it. If we have any replacements registered for IN_RTX, chancel the reloads that were supposed to load them. - Return non-zero if we chanceled any reloads. */ + Return nonzero if we chanceled any reloads. */ extern int remove_address_replacements PARAMS ((rtx in_rtx)); /* Like rtx_equal_p except that it allows a REG and a SUBREG to match -- cgit v1.1