X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeinfo.h;h=c421ea38462e9a4e360e1df81ab815eb5c95fe46;hb=5474a1c188c9d59eea2c915515980cd9cbab58d8;hp=01fd1f952efeacbcd9f0c2be15958859efa239ab;hpb=39cb52264857d7c21c7141ba82bb55adaa78064d;p=libfirm diff --git a/ir/be/beinfo.h b/ir/be/beinfo.h index 01fd1f952..c421ea384 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. * @@ -21,7 +21,6 @@ * @file * @brief additional backend node infos * @author Matthias Braun - * @version $Id$ */ #ifndef FIRM_BE_BEINFO_H #define FIRM_BE_BEINFO_H @@ -61,11 +60,10 @@ static inline backend_info_t *be_get_info(const ir_node *node) void be_info_init(void); void be_info_free(void); void be_info_init_irg(ir_graph *irg); -void be_info_new_node(ir_node *node); +void be_info_new_node(ir_graph *irg, ir_node *node); 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