X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillmorgan.c;h=183ef81c92d2f41eb457a31be139d2be95f4fd26;hb=0f3f5dcf8b021c4c43eb8b47f59c6aad0972ce0e;hp=d43b91deb08269ed36275039d74e6095c282b96c;hpb=f94d292525ff2eb4b35dfcb1977612aa9deca775;p=libfirm 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;