get_mode_size_bits() returns the size in bits, not bytes.
[libfirm] / include / libfirm / firm.h
index e7c78da..ac677a8 100644 (file)
@@ -22,7 +22,7 @@
  * @brief     Central firm header.
  * @author    Martin Trapp, Christian Schaefer, Goetz Lindenmaier
  * @version   $Id$
- * @summary
+ * @brief
  *  Central FIRM header.
  *
  *  FIRM is a full graph based intermediate representation in SSA Form
@@ -83,6 +83,7 @@ extern "C" {
 #include "iroptimize.h"     /* optimize ir by reassociation */
 #include "ircgopt.h"        /* Optimizations based on interprocedural graph */
 #include "iropt.h"
+#include "irpass.h"         /* Pass management */
 
 /* Lowering */
 #include "lowering.h"         /* lowering of different calls parameters, intrinsic calls, double word types, high-level constructs */
@@ -113,9 +114,9 @@ extern "C" {
 
 #include "dbginfo.h"       /* debug support */
 #include "seqnumbers.h"    /* debug support */
-#include "firm_ycomp.h"    /* ycomp debugging support */
 
 #include "irdump.h"
+#include "irio.h"
 #include "irprintf.h"
 #include "irvrfy.h"