- Bugfix: Barrier nodes have an effect like a Keep for unused inputs. So we
[libfirm] / ir / be / beblocksched.c
index 801db20..ecf3884 100644 (file)
@@ -758,5 +758,4 @@ ir_node **be_create_block_schedule(ir_graph *irg, ir_exec_freq *execfreqs)
        }
 
        panic("unknown blocksched algo");
-       return NULL;
 }