tree-vrp.c: Remove obsolete comment in front of vrp_initialize.
authorAndrew Pinski <pinskia@physics.uc.edu>
Sun, 28 Aug 2005 21:08:28 +0000 (21:08 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 28 Aug 2005 21:08:28 +0000 (14:08 -0700)
2005-08-28  Andrew Pinski  <pinskia@physics.uc.edu>

        * tree-vrp.c: Remove obsolete comment in front of vrp_initialize.

From-SVN: r103584

gcc/ChangeLog
gcc/tree-vrp.c

index a218f58e02d01d3c96f44f26ce243fe9b68eace3..e17da4aed6264451405c24cdad197d0cc5e14c6c 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-28  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * tree-vrp.c: Remove obsolete comment in front of vrp_initialize.
+
 2005-08-28  Richard Henderson  <rth@redhat.com>
 
        * stor-layout.c (finalize_type_size): Revert workaround from 08-26.
index 0f7f67104339375d180718bb47594e6230ab5348..77ddd3a4d9e861e31a78f466799132ac78b365a1 100644 (file)
@@ -2812,9 +2812,7 @@ stmt_interesting_for_vrp (tree stmt)
 }
 
 
-/* Initialize local data structures for VRP.  Return true if VRP
-   is worth running (i.e. if we found any statements that could
-   benefit from range information).  */
+/* Initialize local data structures for VRP.  */
 
 static void
 vrp_initialize (void)