diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-07-30 16:42:05 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-07-30 16:42:05 +0000 |
commit | 68e82b83349899173cd32116c387c7b56c917341 (patch) | |
tree | 62810ecc3fe20d29c3376905a31212e146a1d5df /gcc/reload1.c | |
parent | fe6b547a28692c1cbc81bc64aa3ed4f32a2083b8 (diff) | |
download | gcc-68e82b83349899173cd32116c387c7b56c917341.zip gcc-68e82b83349899173cd32116c387c7b56c917341.tar.gz gcc-68e82b83349899173cd32116c387c7b56c917341.tar.bz2 |
fold-const.c: Fix comment typos.
* fold-const.c: Fix comment typos.
* gcse.c: Likewise.
* reload1.c: Likewise.
From-SVN: r55876
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 0c23c24..894df87 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. |