X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillslots.c;h=6265111aa5a64a1f9b481d9aaf5cb74969c614b7;hb=6082146d47925a3dbbc78da30ca0a89276457dce;hp=303d0b0ae6c36de0ab59e0052e15fe3f2906d5d3;hpb=de8f567353c055dad17398c38f6467f9d6020b52;p=libfirm diff --git a/ir/be/bespillslots.c b/ir/be/bespillslots.c index 303d0b0ae..6265111aa 100644 --- a/ir/be/bespillslots.c +++ b/ir/be/bespillslots.c @@ -37,7 +37,7 @@ #include "unionfind.h" #include "irdump_t.h" -#include "benode_t.h" +#include "benode.h" #include "besched.h" #include "bespill.h" #include "bespillslots.h" @@ -569,7 +569,8 @@ static void assign_spill_entity(ir_node *node, ir_entity *entity) return; } - /* beware: we might have Stores with Memory Proj's, ia32 fisttp for instance */ + /* beware: we might have Stores with Memory Proj's, ia32 fisttp for + instance */ node = skip_Proj(node); assert(arch_get_frame_entity(node) == NULL); arch_set_frame_entity(node, entity);