Implemented scc algorithm. Added datastructure to mark
[libfirm] / ir / ana / irdom.c
index 7fc31fe..a66d209 100644 (file)
@@ -136,7 +136,6 @@ void init_tmp_dom_info(ir_node *bl, tmp_dom_info *parent,
   }
 }
 
-
 static void
 dom_compress (tmp_dom_info *v)
 {