5c136d9d75fdda27d04941cd76ce5f4228cffb88
[libfirm] / ir / be / arm / arm_transform.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @brief   declarations for transform functions (code selection)
9  * @author  Oliver Richter, Tobias Gneist
10  */
11 #ifndef FIRM_BE_ARM_ARM_TRANSFORM_H
12 #define FIRM_BE_ARM_ARM_TRANSFORM_H
13
14 /**
15  * Transform a Firm graph into an ARM graph.
16  */
17 void arm_transform_graph(ir_graph *irg);
18
19 void arm_init_transform(void);
20
21 #endif