Another rewrite of prolog/epilog handling: Delay their creation until after register...
[libfirm] / ir / be / TEMPLATE / TEMPLATE_transform.h
index 8afd51a..3361137 100644 (file)
@@ -27,6 +27,6 @@
 
 void TEMPLATE_init_transform(void);
 
-void TEMPLATE_transform_node(ir_node *node, void *env);
+void TEMPLATE_transform_graph(ir_graph *irg);
 
 #endif