2005-08-28 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Aug 2005 21:08:28 +0000 (21:08 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Aug 2005 21:08:28 +0000 (21:08 +0000)
        * tree-vrp.c: Remove obsolete comment in front of vrp_initialize.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103584 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-vrp.c

index a218f58..e17da4a 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 0f7f671..77ddd3a 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)