bescripts: Copy all common node attributes into the constructor variants.
[libfirm] / ir / be / TEMPLATE / TEMPLATE_transform.h
index 8afd51a..6aad977 100644 (file)
 /**
  * @file
  * @brief   declaration for the transform function (code selection)
- * @version $Id$
  */
 #ifndef FIRM_BE_TEMPLATE_TEMPLATE_TRANSFORM_H
 #define FIRM_BE_TEMPLATE_TEMPLATE_TRANSFORM_H
 
 void TEMPLATE_init_transform(void);
 
-void TEMPLATE_transform_node(ir_node *node, void *env);
+void TEMPLATE_transform_graph(ir_graph *irg);
 
 #endif