diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-14 13:39:55 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-14 13:39:55 +0000 |
commit | f747aa2ddb8048c0ee90a722823727b44d274673 (patch) | |
tree | 52eaf2dc515b68ce54c666cb0caf4ba49f6b521d /gcc/config/frv | |
parent | c8515df4ffad31fcf2c1895b5f44a8c01a20e64c (diff) | |
download | gcc-f747aa2ddb8048c0ee90a722823727b44d274673.tar.gz |
* config/fr30/fr30.h: Fix comment typos.
* config/frv/frv.c: Likewise.
* config/i386/xmmintrin.h: Likewise.
* config/mips/mips.c: Likewise.
* config/sh/sh.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57144 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/frv')
-rw-r--r-- | gcc/config/frv/frv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/frv/frv.c b/gcc/config/frv/frv.c index 4ef94e4ab50..0fcf53e7215 100644 --- a/gcc/config/frv/frv.c +++ b/gcc/config/frv/frv.c @@ -3552,7 +3552,7 @@ frv_legitimize_address (x, oldx, mode) { rtx ret = NULL_RTX; - /* Don't try to legitimize addreses if we are not optimizing, since the + /* Don't try to legitimize addresses if we are not optimizing, since the address we generate is not a general operand, and will horribly mess things up when force_reg is called to try and put it in a register because we aren't optimizing. */ |