loop inversion: Fixed bug, that prevented compilation of SPEC/perlbmk.
[libfirm] / ir / lower / lower_switch.c
index d12190a..2db00ee 100644 (file)
@@ -35,6 +35,7 @@
 #include "irnode_t.h"
 #include "irouts.h"
 #include "irpass_t.h"
+#include "lowering.h"
 
 #define foreach_out_irn(irn, i, outirn) for (i = get_irn_n_outs(irn) - 1;\
        i >= 0 && (outirn = get_irn_out(irn, i)); --i)