* sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
From-SVN: r62694
This commit is contained in:
parent
248606ee91
commit
e36e8f526d
2 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -495,8 +495,4 @@ schedule_ebbs (dump_file)
|
|||
rm_redundant_line_notes ();
|
||||
|
||||
sched_finish ();
|
||||
|
||||
#ifdef ENABLE_CHECKING
|
||||
verify_flow_info ();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue