diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-30 16:42:05 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-30 16:42:05 +0000 |
commit | 95cc2547f1b61cb02031bccd262b10419a4e5dbf (patch) | |
tree | 62810ecc3fe20d29c3376905a31212e146a1d5df /gcc/reload1.c | |
parent | f5088b54320c1cd2659efc6ec94bb1253939b190 (diff) | |
download | gcc-95cc2547f1b61cb02031bccd262b10419a4e5dbf.tar.gz |
* fold-const.c: Fix comment typos.
* gcse.c: Likewise.
* reload1.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55876 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 0c23c24ee9d..894df877046 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -4321,7 +4321,7 @@ clear_reload_reg_in_use (regno, opnum, type, mode) abort (); } /* We resolve conflicts with remaining reloads of the same type by - excluding the intervals of of reload registers by them from the + excluding the intervals 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 than what would be necessary if we used a HARD_REG_SET here. |