OSDN Git Service

* Makefile.in (tree-ssa-loop-ivopts.o): Depend on langhooks.h.
[pf3gnuchains/gcc-fork.git] / gcc / flow.c
index c58fd49..bdd72d3 100644 (file)
@@ -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