From dffd8d55112506661619ebeb9c7f114c662c5ae8 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 2 Dec 2002 05:12:53 +0000 Subject: [PATCH] * ra-build.c: Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59705 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/ra-build.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a7d372..df0aa95 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-12-02 Kazu Hirata + + * ra-build.c: Fix a comment typo. + 2002-12-01 Kazu Hirata * config/h8300/h8300.c (h8300_output_function_prologue): diff --git a/gcc/ra-build.c b/gcc/ra-build.c index e320e51..db2979a 100644 --- a/gcc/ra-build.c +++ b/gcc/ra-build.c @@ -612,7 +612,7 @@ struct curr_use { It is only called with DEF and USE being (reg:M a) or (subreg:M1 (reg:M2 a) x) rtx's. Furthermore if it's a subreg rtx M1 is at least one word wide, and a is a multi-word pseudo. If DEF or USE are hardregs, they are in - wordmode, so we don't need to check for further hardregs which would result + word_mode, so we don't need to check for further hardregs which would result from wider references. We are never called with paradoxical subregs. This returns: -- 2.7.4