bescripts: Copy all common node attributes into the constructor variants.
[libfirm] / ir / be / TEMPLATE / TEMPLATE_transform.h
index 7ebb682..6aad977 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
 /**
  * @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_transform_node(ir_node *node, void *env);
+void TEMPLATE_init_transform(void);
+
+void TEMPLATE_transform_graph(ir_graph *irg);
 
 #endif