X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbestat.h;h=9302ca1ac1b95dd6e3fcf5b9f3f4c5ce290e4008;hb=8c2710b8f28f31447e12055651725a7cf53714bc;hp=47f984bb42537ae5a91408e4b5cefab96dcd242f;hpb=5530877cfe293d952cef32d005c457409f2a2150;p=libfirm diff --git a/ir/be/bestat.h b/ir/be/bestat.h index 47f984bb4..9302ca1ac 100644 --- a/ir/be/bestat.h +++ b/ir/be/bestat.h @@ -1,20 +1,6 @@ /* - * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. - * * This file is part of libFirm. - * - * This file may be distributed and/or modified under the terms of the - * GNU General Public License version 2 as published by the Free Software - * Foundation and appearing in the file LICENSE.GPL included in the - * packaging of this file. - * - * Licensees holding valid libFirm Professional Edition licenses may use - * this file in accordance with the libFirm Commercial License. - * Agreement provided with the Software. - * - * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE - * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE. + * Copyright (C) 2012 University of Karlsruhe. */ /** @@ -28,8 +14,6 @@ #include "firm_types.h" #include "irnodeset.h" -#include "beirg.h" -#include "bestatevent.h" #include "bearch.h" typedef enum be_stat_tag_t { @@ -64,7 +48,7 @@ void be_do_stat_reg_pressure(ir_graph *irg, const arch_register_class_t *cls); * Gives a cost estimate for the program (based on execution frequencies) * and backend op_estimated_cost */ -double be_estimate_irg_costs(ir_graph *irg, ir_exec_freq *execfreqs); +double be_estimate_irg_costs(ir_graph *irg); /** * return number of "instructions" (=nodes without some virtual nodes like Proj,