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:
Maxim Kuvyrkov
2006-12-09 13:07:56 +00:00
committed by Maxim Kuvyrkov
parent 7e0fac7e3e
commit 787ac52145
2 changed files with 4 additions and 8 deletions

View File

@@ -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

View File

@@ -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);