X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyilp_t.h;h=eb3ba12cb87e9148dbbbcfe14825a308188e0a43;hb=554dbf627a86307df50a784e5476d929c36882e8;hp=0bd2894d79a2c1c5a5102f1586e510c59acc247a;hpb=d6768d8d4427959eb045aafb1d15bd189beaa5dd;p=libfirm diff --git a/ir/be/becopyilp_t.h b/ir/be/becopyilp_t.h index 0bd2894d7..eb3ba12cb 100644 --- a/ir/be/becopyilp_t.h +++ b/ir/be/becopyilp_t.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -27,9 +27,7 @@ #ifndef FIRM_BE_BECOPYILP_T_H #define FIRM_BE_BECOPYILP_T_H -#include "firm_config.h" - -#include "irnode.h" +#include "firm_types.h" #include "pset.h" #include "becopyopt_t.h" @@ -88,7 +86,7 @@ void free_size_red(size_red_t *sr); * units (ou's) args could be merged and weights are accumulated. * Is this necessary? */ -static INLINE int co_ilp_get_costs(copy_opt_t *co, ir_node *root, ir_node *arg) { +static inline int co_ilp_get_costs(copy_opt_t *co, ir_node *root, ir_node *arg) { int i; unit_t *curr;