bescripts: Copy all common node attributes into the constructor variants.
[libfirm] / ir / be / beflags.h
index c0ce0fc..6c5eb92 100644 (file)
  * @file
  * @brief       modifies schedule so flags dependencies are respected.
  * @author      Matthias Braun, Christoph Mallon
- * @version     $Id: besched.h 14693 2007-06-21 15:35:49Z beck $
  */
 #ifndef FIRM_BE_BEFLAGS_H
 #define FIRM_BE_BEFLAGS_H
 
 #include "bearch.h"
-#include "beirg.h"
 
 /**
  * Callback which rematerializes (=duplicates) a machine node.
@@ -35,7 +33,7 @@
 typedef ir_node * (*func_rematerialize) (ir_node *node, ir_node *after);
 
 /**
- * Callback function that checks wether a node modifies the flags
+ * Callback function that checks whether a node modifies the flags
  */
 typedef bool (*check_modifies_flags) (const ir_node *node);