* ra-build.c: Fix a comment typo.

From-SVN: r59705
This commit is contained in:
Kazu Hirata 2002-12-02 05:12:53 +00:00 committed by Kazu Hirata
parent e651d484e1
commit 28432d9f64
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-12-02 Kazu Hirata <kazu@cs.umass.edu>
* ra-build.c: Fix a comment typo.
2002-12-01 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c (h8300_output_function_prologue):

View File

@ -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: