From 28432d9f649c627be9ef43142ec36078e359b3b2 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 2 Dec 2002 05:12:53 +0000 Subject: [PATCH] * ra-build.c: Fix a comment typo. From-SVN: r59705 --- gcc/ChangeLog | 4 ++++ gcc/ra-build.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a7d372619f..df0aa95275f 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 e320e514d90..db2979a0120 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.30.2