Remove the unused macro co_gs_nodes_break().
[libfirm] / ir / ana / cdep.c
index 1b48a8d..f7ad093 100644 (file)
@@ -24,7 +24,7 @@
  */
 #include <assert.h>
 #include <stdlib.h>
-#include "irdom.h"
+#include "irdom_t.h"
 #include "irgraph.h"
 #include "irgwalk.h"
 #include "irnode.h"
@@ -52,7 +52,6 @@ ir_cdep *(get_cdep_next)(const ir_cdep *cdep)
        return _get_cdep_next(cdep);
 }
 
-/* Return a list of all control dependences of a block. */
 ir_cdep *find_cdep(const ir_node *block)
 {
        assert(is_Block(block));