set the used_x87 flag when a virtual x87 instruction is emitted
[libfirm] / ir / be / mips / mips_util.h
1 #ifndef _MIPS_UTIL_H_
2 #define _MIPS_UTIL_H_
3
4 #define ASSERT_NO_FLOAT(mode) { assert(  (!mode_is_float(mode)) && "floating point not supported (yet)"); }
5
6 #endif