aboutsummaryrefslogtreecommitdiff
path: root/gcc/stupid.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/stupid.c')
-rw-r--r--gcc/stupid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stupid.c b/gcc/stupid.c
index 8b11536..d064f97 100644
--- a/gcc/stupid.c
+++ b/gcc/stupid.c
@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */
/* This file performs stupid register allocation, which is used
when cc1 gets the -noreg switch (which is when cc does not get -O).
- Stupid register allocation goes in place of the the flow_analysis,
+ Stupid register allocation goes in place of the flow_analysis,
local_alloc and global_alloc passes. combine_instructions cannot
be done with stupid allocation because the data flow info that it needs
is not computed here.