Commit 28432d9f by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r59705
parent e651d484
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> 2002-12-01 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c (h8300_output_function_prologue): * config/h8300/h8300.c (h8300_output_function_prologue):
......
...@@ -612,7 +612,7 @@ struct curr_use { ...@@ -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) 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, 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 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. from wider references. We are never called with paradoxical subregs.
This returns: This returns:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment