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
This commit is contained in:
Jan Hubicka 2004-09-23 16:11:06 +02:00 committed by Jan Hubicka
parent 4c8bfd97e6
commit aa26df17e9
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2004-09-23 Jan Hubicka <jh@suse.cz>
* profile.c (branch_prob): Do not verify flow info in the middle of the
pass.
2004-09-23 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
* cfgloop.h (update_single_exits_after_duplication): Declare.

View File

@ -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. */