fixed some depencies between irdump.c and irdumptxt.c
[libfirm] / ir / common / firm.h
index 5706b22..5312699 100644 (file)
@@ -82,12 +82,12 @@ extern "C" {
 
 #include "irflag.h"        /* optimization flags */
 #include "irgopt.h"        /* optimize ir */
+#include "reassoc.h"       /* optimize ir by reassociation */
 #include "ldstopt.h"       /* optimize Load/Store */
 #include "cfopt.h"         /* optimize control flow */
 #include "tailrec.h"       /* optimize tail-recursion calls */
 #include "ircgopt.h"       /* Optimizations based on interprocedural graph */
 #include "strength_red.h"  /* Strength reduction */
-#include "irarch.h"        /* architecture dependant optimizations */
 
 #include "irouts.h"        /* Graph reversal / out edges. */
 #include "irdom.h"         /* Dominator analysis */
@@ -103,6 +103,9 @@ extern "C" {
 #include "type_identify.h" /* Support for type identification */
 #include "mangle.h"        /* Support for mangling ident names. */
 
+#include "irarch.h"        /* architecture dependant optimizations */
+//#include "modeconv.h"      /* architecture dependant mode conversion */
+
 #include "firmstat.h"      /* statistics */
 
 #include "irreflect.h"     /* reflection */