X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fircgopt.h;h=3158e1c754d9b234db2a732762889663b2e9c832;hb=ac384815dc66fb1846385515a19404ad89b897de;hp=aa0d3d264d33fa140860df82c7fb760aa60a66f8;hpb=74d5a9023b48f346eead323a74e28297659e34b7;p=libfirm diff --git a/include/libfirm/ircgopt.h b/include/libfirm/ircgopt.h index aa0d3d264..3158e1c75 100644 --- a/include/libfirm/ircgopt.h +++ b/include/libfirm/ircgopt.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. * @@ -24,14 +24,14 @@ * @date 09.06.2002 * @version $Id$ * @brief - * (TODO: translate to english) - * Entfernen von nicht erreichbaren (aufrufbaren) Methoden. Die Menge - * der nicht erreichbaren Methoden wird aus der Absch�tzung der - * Aufrufrelation bestimmt. + * Removal of unreachable methods. The set of unreachable methods is computed + * by the callgraph. */ #ifndef FIRM_IR_ICGOPT_H #define FIRM_IR_ICGOPT_H +#include + #include "firm_types.h" #include "begin.h" @@ -42,7 +42,7 @@ * ueberschrieben. * * Frees all interprocedural loop information. */ -FIRM_API void gc_irgs(int n_keep, ir_entity *keep_arr[]); +FIRM_API void gc_irgs(size_t n_keep, ir_entity *keep_arr[]); /** * Creates an ir_prog pass for gc_irgs().