diff options
author | rodrigc <rodrigc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-11 22:46:40 +0000 |
---|---|---|
committer | rodrigc <rodrigc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-11 22:46:40 +0000 |
commit | 78eda2706a601f82d8ad4d01e8af4ab90733bb2a (patch) | |
tree | c1a8daa6ed86d94950dd346ca663f76ed88613d8 /gcc/reload1.c | |
parent | d6b5ba4540037e8ecde95b4670c3a3c89337e174 (diff) | |
download | gcc-78eda2706a601f82d8ad4d01e8af4ab90733bb2a.tar.gz |
2002-01-11 Craig Rodrigues <rodrigc@gcc.gnu.org>
PR other/5299
* config/ns32k/ns32k.md: Fix spelling mistake of "than" in comments.
* combine.c (force_to_mode): Same.
* reload1.c (clear_reload_reg_in_use): Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48780 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r-- | gcc/reload1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c index 22d3b3d0d9a..e1f1e4bd6ea 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -4313,7 +4313,7 @@ clear_reload_reg_in_use (regno, opnum, type, mode) excluding the intervals of of reload registers by them from the interval of freed reload registers. Since we only keep track of one set of interval bounds, we might have to exclude somewhat - more then what would be necessary if we used a HARD_REG_SET here. + more than what would be necessary if we used a HARD_REG_SET here. But this should only happen very infrequently, so there should be no reason to worry about it. */ |