X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana2%2Fpto_mod.h;h=25d6d91873b5caf6178be9a6a0e65dc3cbadd7a5;hb=d0d85962ef52c14950db90e5981a7bea36023ab3;hp=77b1eb560f4d4bd65656361742ff750ab077fa27;hpb=51f81d66d0833b57c8af5258d91499abc8464d5e;p=libfirm diff --git a/ir/ana2/pto_mod.h b/ir/ana2/pto_mod.h index 77b1eb560..25d6d9187 100644 --- a/ir/ana2/pto_mod.h +++ b/ir/ana2/pto_mod.h @@ -13,12 +13,12 @@ */ -# ifndef _PTO_MOD_ -# define _PTO_MOD_ +#ifndef _PTO_MOD_ +#define _PTO_MOD_ -# include "irnode.h" -# include "entity.h" -# include "pto_comp.h" +#include "irnode.h" +#include "entity.h" +#include "pto_comp.h" /* =================================================== Global Defines: @@ -32,22 +32,25 @@ Global Prototypes: =================================================== */ /* Perform the given store; return nonzero iff any involved values change */ -int mod_store (ir_node*, entity*, pto_t*, pto_t*); +int mod_store (ir_node*, ir_entity*, pto_t*, pto_t*); /* Perform the given load; return nonzero iff any involved values change */ -int mod_load (ir_node*, entity*, pto_t*); +int mod_load (ir_node*, ir_entity*, pto_t*); /* =================================================== Global Variables: =================================================== */ -# endif /* not defined _PTO_MOD_ */ +#endif /* not defined _PTO_MOD_ */ /* $Log$ + Revision 1.2 2006/12/13 19:46:47 beck + rename type entity into ir_entity + Revision 1.1 2004/11/30 14:47:54 liekweg fix initialisation; do correct iteration