diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-02 05:12:53 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-02 05:12:53 +0000 |
commit | dffd8d55112506661619ebeb9c7f114c662c5ae8 (patch) | |
tree | 240206849333088029ca81a16abc0cbb5c5e961b /gcc/ra-build.c | |
parent | b2adb3e05da397436a4979b670ecdc9fa68ac3ec (diff) | |
download | gcc-dffd8d55112506661619ebeb9c7f114c662c5ae8.tar.gz |
* ra-build.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59705 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ra-build.c')
-rw-r--r-- | gcc/ra-build.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |