X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeinfo.h;h=76a5eea6d0f3ab01878134443e036cd61130b7d3;hb=0c2e8bedc56cb9dba9b2544927a8093ddb7ee614;hp=01fd1f952efeacbcd9f0c2be15958859efa239ab;hpb=39cb52264857d7c21c7141ba82bb55adaa78064d;p=libfirm diff --git a/ir/be/beinfo.h b/ir/be/beinfo.h index 01fd1f952..76a5eea6d 100644 --- a/ir/be/beinfo.h +++ b/ir/be/beinfo.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2011 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -66,6 +66,5 @@ void be_info_duplicate(const ir_node *old_node, ir_node *new_node); int be_info_initialized(const ir_graph *irg); int be_nodes_equal(const ir_node *node1, const ir_node *node2); -int be_infos_equal(const backend_info_t *info1, const backend_info_t *info2); #endif