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

2005-08-28  Andrew Pinski  <pinskia@physics.uc.edu>

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

From-SVN: r103584
This commit is contained in:
Andrew Pinski 2005-08-28 21:08:28 +00:00 committed by Andrew Pinski
parent 490272b474
commit 87e71ff43b
2 changed files with 5 additions and 3 deletions

View 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.

View 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)