X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyopt.h;h=471fccdd777ae1515ce35f53f2888ad9885afa2b;hb=dcb0342ffc45ffe11ab32835a9673b8dd3b5ec2e;hp=e013609debb47e1a688638e503899b81595754f7;hpb=9005e7f992a52df6209ea4e487c3010e2326a957;p=libfirm diff --git a/ir/be/becopyopt.h b/ir/be/becopyopt.h index e013609de..471fccdd7 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. * @@ -36,6 +36,7 @@ #include "firm_types.h" #include "bechordal.h" +#include "beutil.h" /** * Flags for dumping the IFG. @@ -80,13 +81,6 @@ copy_opt_t *new_copy_opt(be_chordal_env_t *chordal_env, cost_fct_t get_costs); */ void free_copy_opt(copy_opt_t *co); -/** - * Checks if a node is optimizable, viz. has something to do with coalescing - * @param arch The architecture environment - * @param irn The irn to check - */ -int co_is_optimizable_root(const copy_opt_t *co, ir_node *irn); - /** * Computes the costs of a copy according to loop depth * @param co The copy opt object.