diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-08-22 07:03:15 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-08-22 07:03:15 +0000 |
commit | dcc24678550981985ddd17df7871e63c9752315d (patch) | |
tree | 4aba1caf92c33ab7044cd4b26a7ec2edf69eb141 /gcc/rtlanal.c | |
parent | beb235f8964321e02e492c9b6856a1ca56f2e027 (diff) | |
download | gcc-dcc24678550981985ddd17df7871e63c9752315d.tar.gz |
cfgcleanup.c: Fix comment typos.
* cfgcleanup.c: Fix comment typos.
* emit-rtl.c: Likewise.
* optabs.c: Likewise.
* ra-build.c: Likewise.
* rtlanal.c: Likewise.
* tree.h: Likewise.
From-SVN: r70678
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r-- | gcc/rtlanal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 55c1020f3fb..18173ebf297 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -3311,7 +3311,7 @@ subreg_offset_representable_p (unsigned int xregno, enum machine_mode xmode, #endif /* The XMODE value can be seen as a vector of NREGS_XMODE - values. The subreg must represent an lowpart of given field. + values. The subreg must represent a lowpart of given field. Compute what field it is. */ offset -= subreg_lowpart_offset (ymode, mode_for_size (GET_MODE_BITSIZE (xmode) |