6c076af27a679f39741b4a0877ec6fe95ac0d688
[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