bechordal: Remove the write-only attribute pressure from struct border_t.
[libfirm] / ir / be / ia32 / ia32_fpu.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @brief   Handles fpu rounding modes
9  * @author  Matthias Braun
10  */
11 #ifndef FIRM_BE_IA32_IA32_FPU_H
12 #define FIRM_BE_IA32_IA32_FPU_H
13
14 #include "bearch_ia32_t.h"
15
16 /**
17  * Handle switching of fpu mode
18  */
19 void ia32_setup_fpu_mode(ir_graph *irg);
20
21 #endif