X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyopt.h;h=ddf14366e03b090175c345bcc146b15ef957d512;hb=fcb579b8959da1d7563b1a7b9f008a423ffdf75a;hp=fb2b05546cfa61e2d50e3068b9ebc7112fa2a882;hpb=d6768d8d4427959eb045aafb1d15bd189beaa5dd;p=libfirm diff --git a/ir/be/becopyopt.h b/ir/be/becopyopt.h index fb2b05546..ddf14366e 100644 --- a/ir/be/becopyopt.h +++ b/ir/be/becopyopt.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. * @@ -34,8 +34,9 @@ #include -#include "irnode.h" +#include "firm_types.h" #include "bechordal.h" +#include "beutil.h" /** * Flags for dumping the IFG. @@ -87,11 +88,6 @@ void free_copy_opt(copy_opt_t *co); */ int co_is_optimizable_root(const copy_opt_t *co, ir_node *irn); -/** - * Checks if the irn is a non-interfering argument of a node which 'is_optimizable' - */ -int co_is_optimizable_arg(const copy_opt_t *co, ir_node *irn); - /** * Computes the costs of a copy according to loop depth * @param co The copy opt object.