diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-17 03:28:11 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-17 03:28:11 +0000 |
commit | b903337a734cf8844314fceaf0a5b47fb402d942 (patch) | |
tree | 6c402772c72ac7d22890da53e8d0a4884be43356 /gcc/ra-rewrite.c | |
parent | 8c49102463099435ac15dcc5a0e39f7ee5e940b1 (diff) | |
download | gcc-b903337a734cf8844314fceaf0a5b47fb402d942.tar.gz |
* ifcvt.c: Fix comment typos.
* lcm.c: Likewise.
* libgcc2.c: Likewise.
* local-alloc.c: Likewise.
* loop.c: Likewise.
* predict.c: Likewise.
* ra-build.c: Likewise.
* ra.c: Likewise.
* ra-colorize.c: Likewise.
* ra.h: Likewise.
* ra-rewrite.c: Likewise.
* regmove.c: Likewise.
* reload.h: Likewise.
* rtlanal.c: Likewise.
* toplev.c: Likewise.
* tree.h: Likewise.
* unwind-dw2-fde-glibc.c: Likewise.
* vmsdbgout.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61421 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ra-rewrite.c')
-rw-r--r-- | gcc/ra-rewrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ra-rewrite.c b/gcc/ra-rewrite.c index e10ddd3551d..22381967d71 100644 --- a/gcc/ra-rewrite.c +++ b/gcc/ra-rewrite.c @@ -1489,7 +1489,7 @@ detect_web_parts_to_rebuild () sbitmap_zero (already_webs); /* We need to recheck all uses of all webs involved in spilling (and the uses added by spill insns, but those are not analyzed yet). - Those are the spilled webs themself, webs coalesced to spilled ones, + Those are the spilled webs themselves, webs coalesced to spilled ones, and webs conflicting with any of them. */ for (pass = 0; pass < 2; pass++) for (d = (pass == 0) ? WEBS(SPILLED) : WEBS(COALESCED); d; d = d->next) |