From: Jan Hubicka Date: Thu, 23 Sep 2004 14:11:06 +0000 (+0200) Subject: profile.c (branch_prob): Do not verify flow info in the middle of the pass. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa26df17e9e0c2169ff36c85f0f803309e180b0a;p=gcc.git profile.c (branch_prob): Do not verify flow info in the middle of the pass. * profile.c (branch_prob): Do not verify flow info in the middle of the pass. From-SVN: r87946 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cf3f949b133..7b098133081 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-09-23 Jan Hubicka + + * profile.c (branch_prob): Do not verify flow info in the middle of the + pass. + 2004-09-23 Zdenek Dvorak * cfgloop.h (update_single_exits_after_duplication): Declare. diff --git a/gcc/profile.c b/gcc/profile.c index b83e6c3e5d9..7b04bfdf12f 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -838,10 +838,6 @@ branch_prob (void) } } -#ifdef ENABLE_CHECKING - verify_flow_info (); -#endif - /* Create spanning tree from basic block graph, mark each edge that is on the spanning tree. We insert as many abnormal and critical edges as possible to minimize number of edge splits necessary. */