X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbenode_t.h;h=aa426e6534e6d2151f5fbf6d0f4a98a31f7a5846;hb=4ed245f5007168dab7850942a7ee6b6b29a19817;hp=658db29df3fb112647ba665401b391789da4db8b;hpb=29681e70b073ec2ecf9d6dd8cd37f05439ada3cc;p=libfirm diff --git a/ir/be/benode_t.h b/ir/be/benode_t.h index 658db29df..aa426e653 100644 --- a/ir/be/benode_t.h +++ b/ir/be/benode_t.h @@ -341,15 +341,11 @@ int be_is_FrameStore(const ir_node *irn); int be_is_Barrier(const ir_node *irn); /** - * Get the entity on the stack frame the given node uses. - * @param irn The node. - * @return The entity on the stack frame used by the node or NULL, - * if the node does not access the stack frame or is no back-end node. + * Try to avoid this function and better call arch_get_frame_entity! * + * Returns the frame entity used by the be node */ -entity *be_get_frame_entity(const ir_node *irn); - -void be_set_frame_entity(const ir_node *irn, entity* ent); +entity* be_get_frame_entity(const ir_node *irn); ir_node* be_get_Reload_mem(const ir_node *irn); ir_node* be_get_Reload_frame(const ir_node* irn);