X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firgopt.h;h=65e05240eb4ebd7c1081d4e7ba4af879bbe00d46;hb=b78bdd4d94de46de4156272e6dbfe44e97933a5b;hp=786dff6c782d39e53ee50384ec5513f708fafb9e;hpb=e56cad7dcab57408272919601a69e0c05911dccd;p=libfirm diff --git a/ir/ir/irgopt.h b/ir/ir/irgopt.h index 786dff6c7..65e05240e 100644 --- a/ir/ir/irgopt.h +++ b/ir/ir/irgopt.h @@ -17,11 +17,10 @@ * * @author Christian Schaefer, Goetz Lindenmaier */ +#ifndef _FIRM_IR_IRGOPT_H_ +#define _FIRM_IR_IRGOPT_H_ -# ifndef _IRGOPT_H_ -# define _IRGOPT_H_ - -# include "irgraph.h" +#include "firm_types.h" /** Applies local optimizations (see iropt.h) to all nodes reachable from node n. * @@ -206,4 +205,4 @@ void place_code(ir_graph *irg); */ void remove_critical_cf_edges(ir_graph *irg); -# endif /* _IRGOPT_H_ */ +#endif /* _FIRM_IR_IRGOPT_H_ */