From: Matthias Braun Date: Thu, 28 Jun 2007 16:24:38 +0000 (+0000) Subject: mark morgan spiller as broken X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=fb158a865bde476343711f50bb022444a75607bc;p=libfirm mark morgan spiller as broken [r14819] --- diff --git a/ir/be/bespillmorgan.c b/ir/be/bespillmorgan.c index d43b91deb..183ef81c9 100644 --- a/ir/be/bespillmorgan.c +++ b/ir/be/bespillmorgan.c @@ -33,6 +33,7 @@ #include "irgraph_t.h" #include "irprintf.h" #include "obst.h" +#include "error.h" #include "bespillmorgan.h" #include "bechordal_t.h" @@ -314,7 +315,10 @@ static void construct_block_livethrough_unused(ir_node *block, void *data) { /* * All values that are used within the block are not unused (and therefore not * livethrough_unused) + * + * TODO FIXME use block out edges and not schedule to find uses */ + panic("needs fixing"); sched_foreach(block, node) { int i, arity;