fixed warning
[libfirm] / ir / be / ia32 / bearch_ia32.h
1 #ifndef _BEARCH_IA32_H_
2 #define _BEARCH_IA32_H_
3
4 #include "pset.h"
5 #include "../bearch.h"
6
7 #define USE_SSE2(cg) ((cg)->fp_kind == fp_sse2)
8 #define USE_x87(cg)  ((cg)->fp_kind == fp_x87)
9
10 extern const arch_isa_if_t ia32_isa_if;
11
12 #endif /* _BEARCH_IA32_H_ */