mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-25 03:44:00 +08:00
* ra-build.c: Fix a comment typo.
From-SVN: r59705
This commit is contained in:
parent
e651d484e1
commit
28432d9f64
@ -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):
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user