mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 15:11:15 +08:00
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:
parent
490272b474
commit
87e71ff43b
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user