From: Matthias Braun Date: Wed, 16 May 2007 14:51:32 +0000 (+0000) Subject: more asserts X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=9d2c3da28a4dd508a94f2f911f2d729d688b145e;p=libfirm more asserts [r13901] --- diff --git a/ir/be/bessaconstr.c b/ir/be/bessaconstr.c index a5c1a35c2..c5504792f 100644 --- a/ir/be/bessaconstr.c +++ b/ir/be/bessaconstr.c @@ -144,6 +144,7 @@ static ir_node *get_def_at_idom(be_ssa_construction_env_t *env, ir_node *block) { ir_node *dom = get_Block_idom(block); + assert(dom != NULL); ir_node *def = search_def_end_of_block(env, dom); return def;