added ir/opt include
[libfirm] / ir / be / mips / mips_util.h
index 6c076af..add830e 100644 (file)
@@ -3,4 +3,4 @@
 
 #define ASSERT_NO_FLOAT(mode) { assert(  (!mode_is_float(mode)) && "floating point not supported (yet)"); }
 
-#endif
+#endif /* _MIPS_UTIL_H_ */