From 1eeafc48fc733747217a46ca1e3b6099fad7dc94 Mon Sep 17 00:00:00 2001 From: Sebastian Hack Date: Mon, 31 Jan 2005 13:41:36 +0000 Subject: [PATCH] Added access for border_head of block. --- ir/be/bera_t.h | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.20.1