Dump partitions before adding them to the worklist.
[libfirm] / ir / be / beutil.h
index da27a5d..fdddf33 100644 (file)
@@ -21,7 +21,6 @@
  * @file
  * @brief       Contains some useful function for the backend.
  * @author      Sebastian Hack
- * @version     $Id$
  */
 #ifndef FIRM_BE_BEUTIL_H
 #define FIRM_BE_BEUTIL_H
@@ -33,9 +32,6 @@
 
 #include "bearch.h"
 
-/* iterate over a list of ir_nodes linked by link field */
-#define foreach_linked_irns(head, iter) for ((iter) = (head); (iter); (iter) = get_irn_link((iter)))
-
 /**
  * Convenient block getter.
  * Works also, if the given node is a block.