From: Sebastian Hack Date: Mon, 31 Jan 2005 13:41:36 +0000 (+0000) Subject: Added access for border_head of block. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1eeafc48fc733747217a46ca1e3b6099fad7dc94;p=libfirm Added access for border_head of block. --- diff --git a/ir/be/bera_t.h b/ir/be/bera_t.h index f069dd42f..8a70f66bd 100644 --- a/ir/be/bera_t.h +++ b/ir/be/bera_t.h @@ -88,6 +88,11 @@ static INLINE int _is_allocatable_irn(const ir_node *irn) #define set_irn_color(irn,col) _set_irn_color(irn, col) #define is_allocatable_irn(irn) _is_allocatable_irn(irn) +static INLINE struct list_head *_get_block_border_head(ir_node *block) +{ + return &get_ra_block_info(block)->border_head; +} + /** * Check, if two phi operands interfere. * @param a A node which is operand to a phi function.