From 9d2c3da28a4dd508a94f2f911f2d729d688b145e Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 16 May 2007 14:51:32 +0000 Subject: [PATCH] more asserts [r13901] --- ir/be/bessaconstr.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1