* sched-ebb.c (schedule_ebbs): Do not verify_flow_info.

From-SVN: r62694
This commit is contained in:
Jan Hubicka 2003-02-11 13:33:52 +01:00 committed by Jan Hubicka
parent 248606ee91
commit e36e8f526d
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,7 @@
Tue Feb 11 13:32:12 CET 2003 Jan Hubicka <jh@suse.cz>
* sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
Tue Feb 11 10:02:54 CET 2003 Jan Hubicka <jh@suse.cz>
* predict.c (choose_function_section): Choose sections correctly.

View file

@ -495,8 +495,4 @@ schedule_ebbs (dump_file)
rm_redundant_line_notes ();
sched_finish ();
#ifdef ENABLE_CHECKING
verify_flow_info ();
#endif
}