X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbenode_t.h;h=0bb7490f6dd921ba475d13cf0212d7ff459c2c5a;hb=fd0185b3d679980b9c4fcb3859231b1087ce66f7;hp=55bb3603a49809446fa1fbd403fca5f7fb972169;hpb=7507003420c69d2a84403d07daf26a305c631b43;p=libfirm diff --git a/ir/be/benode_t.h b/ir/be/benode_t.h index 55bb3603a..0bb7490f6 100644 --- a/ir/be/benode_t.h +++ b/ir/be/benode_t.h @@ -17,6 +17,7 @@ #include "irmode.h" #include "irnode.h" +#include "entity_t.h" #include "be_t.h" #include "bearch.h" @@ -52,8 +53,8 @@ int be_is_Copy(const ir_node *irn); int be_is_Perm(const ir_node *irn); int be_is_Keep(const ir_node *irn); -void be_set_Spill_offset(ir_node *irn, unsigned offset); -unsigned be_get_spill_offset(ir_node *irn); +void be_set_Spill_entity(ir_node *irn, entity *ent); +entity *be_get_spill_entity(ir_node *irn); ir_node *be_get_Spill_context(const ir_node *irn);