becopyilp: Do not advertise the switch to dump the solution, because this is not...
[libfirm] / ir / be / TEMPLATE / TEMPLATE_transform.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @brief   declaration for the transform function (code selection)
9  */
10 #ifndef FIRM_BE_TEMPLATE_TEMPLATE_TRANSFORM_H
11 #define FIRM_BE_TEMPLATE_TEMPLATE_TRANSFORM_H
12
13 void TEMPLATE_init_transform(void);
14
15 void TEMPLATE_transform_graph(ir_graph *irg);
16
17 #endif