From 3ef9356052b3b96df69f5286cb3da1e1e4fd569d Mon Sep 17 00:00:00 2001 From: hubicka Date: Thu, 23 Sep 2004 14:11:06 +0000 Subject: * profile.c (branch_prob): Do not verify flow info in the middle of the pass. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87946 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/profile.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/profile.c') 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. */ -- cgit v1.2.1