X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2FTEMPLATE%2FTEMPLATE_transform.h;h=6aad977a0fc3f0e2c093444879c0288b1bcf23ee;hb=df2faee01a5832057bb3ca0ba5f67e979c916e19;hp=8afd51a2ff7097f4ec0c1aa4394111a1257dcaed;hpb=223381b39ed8606f5dbf94a7c1f59fd9e0b6d249;p=libfirm diff --git a/ir/be/TEMPLATE/TEMPLATE_transform.h b/ir/be/TEMPLATE/TEMPLATE_transform.h index 8afd51a2f..6aad977a0 100644 --- a/ir/be/TEMPLATE/TEMPLATE_transform.h +++ b/ir/be/TEMPLATE/TEMPLATE_transform.h @@ -20,13 +20,12 @@ /** * @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