X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyopt.h;h=41b422c15d52ec911bde875d832b8702fe6baabd;hb=89dc24503c04139bb05504059b291d6d89f99661;hp=79b9924e75f701184f81f3342ca9125204171606;hpb=d1de7107f847963fbce099597e6c42c2371b053c;p=libfirm diff --git a/ir/be/becopyopt.h b/ir/be/becopyopt.h index 79b9924e7..41b422c15 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. * @@ -87,11 +87,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.