Fixed bug with switch conds
[libfirm] / ir / ana2 / pto_ctx.c
index 725797a..9fad1d2 100644 (file)
@@ -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
 */
 
 # ifdef HAVE_CONFIG_H
-#  include <config.h>
+#  include "config.h"
 # endif
 
 /*
- 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 +82,21 @@ ctx_info_t *set_curr_ctx (ctx_info_t *ctx)
   return (old_ctx);
 }
 
-
-
 \f
 /*
   $Log$
+  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