aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-04-01 03:42:55 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-04-01 03:42:55 +0000
commitaabcd30904d8ae69db59eedd1120e26ee89b9c61 (patch)
tree782893b0afb24d21b87a6216e40df5e5f887e02f /gcc/flow.c
parent59cffcf69a5026fc54a38479c93f8ea961db8ecd (diff)
downloadgcc-aabcd30904d8ae69db59eedd1120e26ee89b9c61.zip
gcc-aabcd30904d8ae69db59eedd1120e26ee89b9c61.tar.gz
gcc-aabcd30904d8ae69db59eedd1120e26ee89b9c61.tar.bz2
cgraphunit.c, [...]: Fix comment typos.
* cgraphunit.c, dbxout.c, flow.c, gcse.c, gimplify.c, lambda-code.c, loop.c, machmode.def, mips-tfile.c, modulo-sched.c, passes.c, postreload-gcse.c, tree-eh.c, tree-ssa-ccp.c, varasm.c, config/frv/frv.c, config/frv/frv.h, config/frv/frv.md, config/i386/i386.c, config/i386/i386.h, config/i386/i386.md, config/rs6000/predicates.md, config/rs6000/rs6000.c, config/s390/fixdfdi.h, config/s390/s390.c, config/stormy16/stormy16.c, config/stormy16/stormy16.md, config/vax/vax.md: Fix comment typos. From-SVN: r97362
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index c58fd49..bdd72d3 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -273,7 +273,7 @@ static int ndead;
(remember, we are walking backward). This can be computed as current
pbi->insn_num - reg_deaths[regno].
At the end of processing each basic block, the remaining live registers
- are inspected and liferanges are increased same way so liverange of global
+ are inspected and live ranges are increased same way so liverange of global
registers are computed correctly.
The array is maintained clear for dead registers, so it can be safely reused