X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbedomfront.c;h=fec39d830a48a4809fb0100d694885c15b15d43d;hb=41658443cdd74a5ce93c986ab9e623cc92d11f38;hp=2e8ed01ee92bef4fee5ab054a556dc2050eb5ea3;hpb=e07b61c6ed5d198a484761f8a40a4f26520d964d;p=libfirm diff --git a/ir/be/bedomfront.c b/ir/be/bedomfront.c index 2e8ed01ee..fec39d830 100644 --- a/ir/be/bedomfront.c +++ b/ir/be/bedomfront.c @@ -24,9 +24,7 @@ * @date 04.05.2005 * @version $Id$ */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include "obst.h" #include "pmap.h" @@ -55,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);