X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbedomfront.c;h=fec39d830a48a4809fb0100d694885c15b15d43d;hb=2c6cb525849141ca24634f4bf3eab578fe6361d2;hp=35d4b15ce3e830e202c27d84afe3a8058ca829e6;hpb=0fbcef83aa6060534172bb13e71cdadb04428806;p=libfirm diff --git a/ir/be/bedomfront.c b/ir/be/bedomfront.c index 35d4b15ce..fec39d830 100644 --- a/ir/be/bedomfront.c +++ b/ir/be/bedomfront.c @@ -53,7 +53,7 @@ struct _be_dom_front_info_t { * @param bl The block. * @return The immediate dominator of the block. */ -static INLINE +static inline ir_node *get_idom(ir_node *bl) { ir_node *idom = get_Block_idom(bl);