summaryrefslogtreecommitdiff
path: root/gcc/ra-build.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-22 07:03:15 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-22 07:03:15 +0000
commit845bebef620d4e847cde2fb2da10713dc155fa3f (patch)
tree4aba1caf92c33ab7044cd4b26a7ec2edf69eb141 /gcc/ra-build.c
parent139c3f48a40399b7fc3f76d0f5d5ef78da8b3c8d (diff)
downloadgcc-845bebef620d4e847cde2fb2da10713dc155fa3f.tar.gz
* cfgcleanup.c: Fix comment typos.
* emit-rtl.c: Likewise. * optabs.c: Likewise. * ra-build.c: Likewise. * rtlanal.c: Likewise. * tree.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70678 138bc75d-0d04-0410-961f-82ee72b054a4
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;