Loop inversion does not fail the given test cases but is still 'dumb'.
[libfirm] / ir / opt / return.c
index 7ffd2b2..55bde8a 100644 (file)
@@ -30,7 +30,7 @@
 #include "ircons_t.h"
 #include "irnode_t.h"
 #include "irgmod.h"
-#include "irtools.h"
+#include "irpass.h"
 
 #define set_bit(n)      (returns[(n) >> 3] |= 1 << ((n) & 7))
 #define get_bit(n)      (returns[(n) >> 3] & (1 << ((n) & 7)))