Commit 87e71ff4 by Andrew Pinski Committed by Andrew Pinski

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
parent 490272b4
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.
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment