Commit 448d5cc9 by Maxim Kuvyrkov Committed by Maxim Kuvyrkov

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: r119688
parent a8feeaee
2006-12-09 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
* haifa-sched.c (schedule_block): Remove excessive sanity check.
2006-12-08 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
* config/spu/spu-protos.h (spu_split_immediate): Renamed from
......
......@@ -2421,14 +2421,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);
......
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