summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-07-30 16:42:05 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-07-30 16:42:05 +0000
commit95cc2547f1b61cb02031bccd262b10419a4e5dbf (patch)
tree62810ecc3fe20d29c3376905a31212e146a1d5df /gcc/reload1.c
parentf5088b54320c1cd2659efc6ec94bb1253939b190 (diff)
downloadgcc-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.c2
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.