summaryrefslogtreecommitdiff
path: root/gcc/ra-build.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-08-22 07:03:15 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-08-22 07:03:15 +0000
commitdcc24678550981985ddd17df7871e63c9752315d (patch)
tree4aba1caf92c33ab7044cd4b26a7ec2edf69eb141 /gcc/ra-build.c
parentbeb235f8964321e02e492c9b6856a1ca56f2e027 (diff)
downloadgcc-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.c2
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;