diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 21:09:07 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 21:09:07 +0000 |
commit | 3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092 (patch) | |
tree | e5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/reload.c | |
parent | 0268b6e3fcd2080f0c1d198c1dec0a9f8fcf0eec (diff) | |
download | gcc-3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092.tar.gz |
typo typo fixes fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reload.c')
-rw-r--r-- | gcc/reload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload.c b/gcc/reload.c index ecc46a283cd..7d7350e29fa 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -2760,7 +2760,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p) { offset += SUBREG_WORD (operand); operand = SUBREG_REG (operand); - /* Force reload if this is a constant or PLUS or if there may may + /* Force reload if this is a constant or PLUS or if there may be a problem accessing OPERAND in the outer mode. */ if (CONSTANT_P (operand) || GET_CODE (operand) == PLUS |