OSDN Git Service

*** empty log message ***
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Mar 1992 23:46:51 +0000 (23:46 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Mar 1992 23:46:51 +0000 (23:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@601 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/loop.h

index f4cdbff..301a02d 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