add test for n*n=2n bits multiplication
[libfirm] / ir / be / bespillremat.c
index 9a12896..390a0f4 100644 (file)
@@ -4617,8 +4617,8 @@ BE_REGISTER_MODULE_CONSTRUCTOR(be_init_spillremat);
 
 #else                          /* WITH_ILP */
 
-static void INLINE
-only_that_you_can_compile_without_WITH_ILP_defined(void)
+static __attribute__((unused))
+void only_that_you_can_compile_without_WITH_ILP_defined(void)
 {
 }