X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal_t.h;h=b70f694dffb7e93f7e55c09cfea502d2d8da858c;hb=24e5c853385fc57131a491cb80ad7a8eaaeb0a5c;hp=664e5f57857a452e091bc10285ceca87f70599c5;hpb=fcb579b8959da1d7563b1a7b9f008a423ffdf75a;p=libfirm diff --git a/ir/be/bechordal_t.h b/ir/be/bechordal_t.h index 664e5f578..b70f694df 100644 --- a/ir/be/bechordal_t.h +++ b/ir/be/bechordal_t.h @@ -72,7 +72,7 @@ struct be_chordal_env_t { bitset_t *ignore_colors;/**< A set of colors which shall be ignored in register allocation. */ }; -static INLINE struct list_head *_get_block_border_head(const be_chordal_env_t *inf, ir_node *bl) { +static inline struct list_head *_get_block_border_head(const be_chordal_env_t *inf, ir_node *bl) { return pmap_get(inf->border_heads, bl); }