Makefile.in (final.o): Depend on target.h.
[platform/upstream/gcc.git] / gcc / loop.h
index cfec993..1794730 100644 (file)
@@ -289,8 +289,6 @@ struct loop_movables
   struct movable *head;
   /* Last movable in chain.  */
   struct movable *last;
-  /* Number of movables in the loop.  */
-  int num;
 };