mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
haifa-sched.c (schedule_block): Remove excessive sanity check.
2006-12-09 Maxim Kuvyrkov <mkuvyrkov@ispras.ru> * haifa-sched.c (schedule_block): Remove excessive sanity check. From-SVN: r119689
This commit is contained in:
committed by
Maxim Kuvyrkov
parent
7e0fac7e3e
commit
787ac52145
@@ -1,3 +1,7 @@
|
||||
2006-12-09 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
|
||||
|
||||
* haifa-sched.c (schedule_block): Remove excessive sanity check.
|
||||
|
||||
2006-12-08 Mike Stump <mrs@apple.com>
|
||||
|
||||
* config/rs6000/t-darwin (TARGET_LIBGCC2_CFLAGS): Build
|
||||
|
||||
@@ -2655,14 +2655,6 @@ schedule_block (basic_block *target_bb, int rgn_n_insns1)
|
||||
fix_inter_tick (NEXT_INSN (prev_head), last_scheduled_insn);
|
||||
}
|
||||
|
||||
#ifdef ENABLE_CHECKING
|
||||
/* After the reload the ia64 backend doesn't maintain BB_END, so
|
||||
if we want to check anything, better do it now.
|
||||
And it already clobbered previously scheduled code. */
|
||||
if (reload_completed)
|
||||
check_cfg (BB_HEAD (BLOCK_FOR_INSN (prev_head)), 0);
|
||||
#endif
|
||||
|
||||
if (targetm.sched.md_finish)
|
||||
targetm.sched.md_finish (sched_dump, sched_verbose);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user