export ia32_immediate_from_long()
[libfirm] / ir / ana / irtypeinfo.c
index 8a57e86..4c20305 100644 (file)
@@ -23,7 +23,7 @@
  * @author    Goetz Lindenmaier
  * @date      28.8.2003
  * @version   $Id$
- * @summary
+ * @brief
  *  Data structure to hold type information for nodes.
  *
  *  This module defines a field "type" of type "type *" for each ir node.
@@ -41,7 +41,7 @@
 
 #include <stddef.h>
 
-#include "irgraph_t.h"   /* for setting the state flag. */
+#include "irgraph_t.h"
 #include "irprog_t.h"
 #include "irnode_t.h"
 #include "pmap.h"