OSDN Git Service

* lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
[pf3gnuchains/gcc-fork.git] / gcc / loop.h
index 5ead92e..d6f8380 100644 (file)
@@ -135,8 +135,8 @@ struct induction
                                   subtracted from add_val when this giv
                                   derives another.  This occurs when the
                                   giv spans a biv update by incrementation.  */
-  rtx ext_dependant;           /* If nonzero, is a sign or zero extension
-                                  if a biv on which this giv is dependant.  */
+  rtx ext_dependent;           /* If nonzero, is a sign or zero extension
+                                  if a biv on which this giv is dependent.  */
   struct induction *next_iv;   /* For givs, links together all givs that are
                                   based on the same biv.  For bivs, links
                                   together all biv entries that refer to the
@@ -184,7 +184,7 @@ struct iv_class
   unsigned reversed : 1;       /* 1 if we reversed the loop that this
                                   biv controls.  */
   unsigned all_reduced : 1;    /* 1 if all givs using this biv have
-                                   been reduced. */
+                                   been reduced.  */
 };