X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Fircgopt.h;h=e170bf01a5bf7e6595ad175f4055b7baee5e770e;hb=23ea16875f38dc0c067cce24f64b5c70f3acc496;hp=65f72c7791ebf18d966ac130af1c96b486fdff9a;hpb=1bb1c35d81ca5db142a526c5245bbacfaf3e0780;p=libfirm diff --git a/ir/ir/ircgopt.h b/ir/ir/ircgopt.h index 65f72c779..e170bf01a 100644 --- a/ir/ir/ircgopt.h +++ b/ir/ir/ircgopt.h @@ -11,18 +11,16 @@ */ /** + * @file irgopt.h + * * Entfernen von nicht erreichbaren (aufrufbaren) Methoden. Die Menge * der nicht erreichbaren Methoden wird aus der Abschätzung der * Aufrufrelation bestimmt. */ +#ifndef _FIRM_IR_ICGOPT_H_ +#define _FIRM_IR_ICGOPT_H_ - -#ifndef _GC_IRGS_H_ -#define _GC_IRGS_H_ - - -#include "entity.h" - +#include "firm_types.h" /* Entfernt alle Methoden, die von den Methoden aus "keep_arr" * (bezgl. der Abschaetzung get_Call_callee) nicht erreichbar sind. Die @@ -33,5 +31,4 @@ * Frees all interprocedural loop information. */ void gc_irgs(int n_keep, entity *keep_arr[]); - -#endif /* _GC_IRGS_H_ */ +#endif /* _FIRM_IR_ICGOPT_H_ */