- Improved addressmode optimisation for conv nodes
[libfirm] / ir / be / ia32 / bearch_ia32.h
index bacfa03..05a9cba 100644 (file)
@@ -4,10 +4,6 @@
 #include "pset.h"
 #include "../bearch.h"
 
-#define FP_USED(cg)  ((cg)->used_fp = (cg)->fp_kind)
-#define USE_SSE2(cg) ((cg)->fp_kind == fp_sse2)
-#define USE_x87(cg)  ((cg)->fp_kind == fp_x87)
-
 extern const arch_isa_if_t ia32_isa_if;
 
 #endif /* _BEARCH_IA32_H_ */