X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillslots.h;h=56d884cd2d83a697feabbb483d58d038b2d2791b;hb=a25c9abc4bc057c1c09f40afb150920aadbb7a42;hp=19b5df948e2aeb41ec4e8066d3e86ba160772d6f;hpb=07615f9fc861ee9dba36d2f558becfe0ec771ce6;p=libfirm diff --git a/ir/be/bespillslots.h b/ir/be/bespillslots.h index 19b5df948..56d884cd2 100644 --- a/ir/be/bespillslots.h +++ b/ir/be/bespillslots.h @@ -22,11 +22,11 @@ * @brief Spillslot coalescer. * @author Matthias Braun * @date 27.07.2006 - * @version $Id$ */ #ifndef FIRM_BE_BESPILLSLOTS_H #define FIRM_BE_BESPILLSLOTS_H +#include #include "beirg.h" typedef struct be_fec_env_t be_fec_env_t; @@ -60,6 +60,7 @@ typedef void (*set_frame_entity_func)(ir_node *node, ir_entity *entity); * Assigned frame entities to all the nodes added by be_node_needs_frame_entity. * Adds memory perms where needed. */ -void be_assign_entities(be_fec_env_t *env, set_frame_entity_func set_frame); +void be_assign_entities(be_fec_env_t *env, set_frame_entity_func set_frame, + bool alloc_entities_at_begin); #endif