kill nodes only reachable via out edges after backend transformation
[libfirm] / ir / be / bechordal.c
index 7f70582..f5015e4 100644 (file)
@@ -50,6 +50,7 @@
 #include "beifg.h"
 #include "beinsn_t.h"
 #include "bestatevent.h"
+#include "beirg_t.h"
 
 #include "bechordal_t.h"
 #include "bechordal_draw.h"
@@ -133,8 +134,8 @@ static INLINE border_t *border_add(be_chordal_env_t *env, struct list_head *head
                 */
                set_irn_link(irn, def);
 
-               b->magic = BORDER_FOURCC;
-               def->magic = BORDER_FOURCC;
+               DEBUG_ONLY(b->magic = BORDER_FOURCC);
+               DEBUG_ONLY(def->magic = BORDER_FOURCC);
        }
 
        /*
@@ -855,8 +856,7 @@ static void assign(ir_node *block, void *env_ptr)
        }
 
        /*
-        * Mind that the sequence
-        * of defs from back to front defines a perfect
+        * Mind that the sequence of defs from back to front defines a perfect
         * elimination order. So, coloring the definitions from first to last
         * will work.
         */