X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespill.c;h=8719cb2c93de99d277fe213f776a4fe8f1d00d59;hb=ba873a5483697d4ff93e3980d7b6a1b5cbc491b5;hp=18f468bd426c117525f4a62b10e1f28962fecad3;hpb=4c4fb37b7783d0fd62cbe22654c83454e055ac25;p=libfirm diff --git a/ir/be/bespill.c b/ir/be/bespill.c index 18f468bd4..8719cb2c9 100644 --- a/ir/be/bespill.c +++ b/ir/be/bespill.c @@ -13,6 +13,7 @@ #include "ircons_t.h" #include "iredges_t.h" #include "debug.h" +#include "irgwalk.h" #include "besched.h" #include "bespill.h" @@ -252,8 +253,6 @@ void be_add_reload(spill_env_t *senv, ir_node *to_spill, ir_node *before) { spill_info_t templ, *res; reloader_t *rel; -// assert(get_irn_opcode(to_spill) != iro_Unknown); - templ.spilled_node = to_spill; templ.reloaders = NULL; res = set_insert(senv->spills, &templ, sizeof(templ), HASH_PTR(to_spill));