*** empty log message ***
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 27 Mar 1992 23:46:51 +0000 (18:46 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 27 Mar 1992 23:46:51 +0000 (18:46 -0500)
From-SVN: r601

gcc/loop.h

index f4cdbffc7f344b918d4386029a05b8a60ff67c8a..301a02dc08b6011de2654a2f91c0adf549eb66f3 100644 (file)
@@ -75,6 +75,9 @@ struct induction
                                   Both this and the above can be zero.  */
   unsigned ignore : 1;         /* 1 prohibits further processing of giv */
   unsigned always_computable : 1;/* 1 if this set occurs each iteration */
+  unsigned maybe_multiple : 1; /* Only used for a biv and  1 if this biv
+                                  update may be done multiple times per
+                                  iteration. */
   unsigned cant_derive : 1;    /* For giv's, 1 if this giv cannot derive
                                   another giv.  This occurs in many cases
                                   where a giv's lifetime spans an update to