summaryrefslogtreecommitdiff
path: root/gcc/stupid.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-06 21:09:07 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-06 21:09:07 +0000
commit3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092 (patch)
treee5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/stupid.c
parent0268b6e3fcd2080f0c1d198c1dec0a9f8fcf0eec (diff)
downloadgcc-3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092.tar.gz
typo typo fixes fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19601 138bc75d-0d04-0410-961f-82ee72b054a4
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 8b1153682fa..d064f979e87 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.