diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-08-22 07:03:15 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-08-22 07:03:15 +0000 |
commit | dcc24678550981985ddd17df7871e63c9752315d (patch) | |
tree | 4aba1caf92c33ab7044cd4b26a7ec2edf69eb141 /gcc/ra-build.c | |
parent | beb235f8964321e02e492c9b6856a1ca56f2e027 (diff) | |
download | gcc-dcc24678550981985ddd17df7871e63c9752315d.tar.gz |
cfgcleanup.c: Fix comment typos.
* cfgcleanup.c: Fix comment typos.
* emit-rtl.c: Likewise.
* optabs.c: Likewise.
* ra-build.c: Likewise.
* rtlanal.c: Likewise.
* tree.h: Likewise.
From-SVN: r70678
Diffstat (limited to 'gcc/ra-build.c')
-rw-r--r-- | gcc/ra-build.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ra-build.c b/gcc/ra-build.c index d00369ec14e..dfd8588aa30 100644 --- a/gcc/ra-build.c +++ b/gcc/ra-build.c @@ -2429,7 +2429,7 @@ detect_spill_temps () continue; /* A web with only defs and no uses can't be spilled. Nevertheless - it must get a color, as it takes away an register from all webs + it must get a color, as it takes away a register from all webs live at these defs. So we make it a short web. */ if (web->num_uses == 0) web->spill_temp = 3; |