bescripts: Copy all common node attributes into the constructor variants.
[libfirm] / ir / be / TEMPLATE / TEMPLATE_transform.h
index dd541d6..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.
  *
  * PURPOSE.
  */
 
-#ifndef _TEMPLATE_TRANSFORM_H_
-#define _TEMPLATE_TRANSFORM_H_
+/**
+ * @file
+ * @brief   declaration for the transform function (code selection)
+ */
+#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 /* _TEMPLATE_TRANSFORM_H_ */
+#endif