X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbenode_t.h;h=e71d775e347eca91ec0130dba6e1e513575f73e3;hb=ba873a5483697d4ff93e3980d7b6a1b5cbc491b5;hp=cc0991c52cb77423457b34f60a666529528a98a0;hpb=b5015a463c26d80d50e93cbf6e3edc1ecfac2cfc;p=libfirm diff --git a/ir/be/benode_t.h b/ir/be/benode_t.h index cc0991c52..e71d775e3 100644 --- a/ir/be/benode_t.h +++ b/ir/be/benode_t.h @@ -66,7 +66,10 @@ ir_node *be_reload( const arch_register_class_t *cls, ir_node *irn, int pos, ir_mode *mode, ir_node *spill); -int is_Spill(const ir_node *irn); +int be_is_Spill(const ir_node *irn); +int be_is_Reload(const ir_node *irn); +int be_is_Copy(const ir_node *irn); +int be_is_Perm(const ir_node *irn); void set_Spill_offset(ir_node *irn, unsigned offset); unsigned get_Spill_offset(ir_node *irn); @@ -74,8 +77,6 @@ unsigned get_Spill_offset(ir_node *irn); ir_node *get_Spill_context(const ir_node *irn); -int is_Perm(const ir_node *irn); - /** * Modify the output register requirements of a Perm. * This function incur register constraints to an output value of a Perm.