X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbesched_t.h;h=aeff538e356b2ab9302271544e782a974d0ff6c1;hb=bb2ed4992625af9b6ba2ded2be2e36f8afa1cdea;hp=2aa075c5fc35d9fff7b5a7528580016b31b98f5e;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/be/besched_t.h b/ir/be/besched_t.h index 2aa075c5f..aeff538e3 100644 --- a/ir/be/besched_t.h +++ b/ir/be/besched_t.h @@ -269,11 +269,7 @@ static INLINE void _sched_reset(const ir_node *node) */ static INLINE void _sched_remove(const ir_node *irn) { - sched_info_t *info; -#ifndef SCHEDULE_PROJ - assert(!is_Proj(irn)); -#endif - info = get_irn_sched_info(irn); + sched_info_t *info = get_irn_sched_info(irn); list_del(&info->list); INIT_LIST_HEAD(&info->list); info->scheduled = 0;