X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana2%2Fpto_ctx.c;h=a30043c2e8ab2908c373097427f816d9107f2756;hb=f274dcf35aa0d3f4748387dbddfe50e8d7d44951;hp=725797a46968b1fb7f2591768e759b662689f5f8;hpb=ab26e77386f81ec8f84d1bfe41af8ae11be6c913;p=libfirm diff --git a/ir/ana2/pto_ctx.c b/ir/ana2/pto_ctx.c index 725797a46..a30043c2e 100644 --- a/ir/ana2/pto_ctx.c +++ b/ir/ana2/pto_ctx.c @@ -3,7 +3,7 @@ /* Project: libFIRM File name: ir/ana/pto_ctx.c - Purpose: ... + Purpose: Manage context-sensitivity markers Author: Florian Modified by: Created: Sat Nov 13 19:35:27 CET 2004 @@ -13,19 +13,22 @@ */ # ifdef HAVE_CONFIG_H -# include +# include "config.h" # endif +#include + /* - pto_ctx: ... + pto_ctx: Manage context-sensitivity markers */ # include "pto_ctx.h" +# include "pto_debug.h" +# include "pto_comp.h" +# include "ecg.h" # include "irnode.h" -# include "xmalloc.h" - -# include "pto_debug.h" +/* # include "xmalloc.h" */ /* Local Defines: */ @@ -81,11 +84,24 @@ ctx_info_t *set_curr_ctx (ctx_info_t *ctx) return (old_ctx); } - - /* $Log$ + Revision 1.6 2005/12/05 12:19:54 beck + added missing include (not anymore included in libFirm) + + Revision 1.5 2005/01/14 13:37:55 liekweg + Insert purpose descr + + Revision 1.4 2004/12/02 16:17:51 beck + fixed config.h include + + Revision 1.3 2004/11/24 14:53:55 liekweg + Bugfixes + + Revision 1.2 2004/11/20 21:21:35 liekweg + Add pto_ctx_allocs + Revision 1.1 2004/11/18 16:37:34 liekweg rewritten