X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyopt.h;h=471fccdd777ae1515ce35f53f2888ad9885afa2b;hb=cf027c3576652c0f6938130fe89b0f1ea0df706a;hp=ddf14366e03b090175c345bcc146b15ef957d512;hpb=f3f6b412c1c11884f569919ba52b8979ccbf94e8;p=libfirm diff --git a/ir/be/becopyopt.h b/ir/be/becopyopt.h index ddf14366e..471fccdd7 100644 --- a/ir/be/becopyopt.h +++ b/ir/be/becopyopt.h @@ -81,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.