beifg: Factorise code to count interference components.
[libfirm] / ir / lower / lower_softfloat.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @brief   Lower floating point operations to function calls
9  * @author  Sebastian Buchwald
10  */
11 #ifndef FIRM_LOWER_LOWER_SOFTFLOAT_H
12 #define FIRM_LOWER_LOWER_SOFTFLOAT_H
13
14 /**
15  * Lowers all floating-point operations.
16  *
17  * They are replaced by calls into a soft float library.
18  */
19 void lower_floating_point(void);
20
21 #endif