C99 construct removed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 20 May 2007 01:13:24 +0000 (01:13 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 20 May 2007 01:13:24 +0000 (01:13 +0000)
[r13927]

ir/be/bessaconstr.c

index c550479..f238720 100644 (file)
@@ -145,9 +145,7 @@ 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;
+       return search_def_end_of_block(env, dom);
 }
 
 static