Commit e36e8f52 by Jan Hubicka Committed by Jan Hubicka

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

From-SVN: r62694
parent 248606ee
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> Tue Feb 11 10:02:54 CET 2003 Jan Hubicka <jh@suse.cz>
* predict.c (choose_function_section): Choose sections correctly. * predict.c (choose_function_section): Choose sections correctly.
......
...@@ -495,8 +495,4 @@ schedule_ebbs (dump_file) ...@@ -495,8 +495,4 @@ schedule_ebbs (dump_file)
rm_redundant_line_notes (); rm_redundant_line_notes ();
sched_finish (); sched_finish ();
#ifdef ENABLE_CHECKING
verify_flow_info ();
#endif
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment