fehler66 (more unsigned int -> double magic)
[libfirm] / ir / opt / reassoc.c
index 2b3e10c..3a1a138 100644 (file)
@@ -33,7 +33,6 @@
 #include "irmode_t.h"
 #include "ircons_t.h"
 #include "irgmod.h"
-#include "dbginfo.h"
 #include "iropt_dbg.h"
 #include "irflag_t.h"
 #include "irgwalk.h"
@@ -182,6 +181,9 @@ static int reassoc_Sub(ir_node **in)
                DBG((dbg, LEVEL_5, "Applied: %n - %n => %n + (-%n)\n",
                        get_Sub_left(n), c, get_Sub_left(n), c));
 
+               if(n == irn)
+                       return 0;
+
                exchange(n, irn);
                *in = irn;