start register allocator again, fix typo
[libfirm] / ir / be / becopyilp1.c
index 063d0dc..c6b287f 100644 (file)
@@ -30,7 +30,7 @@ int co_solve_ilp1(copy_opt_t *co, double time_limit) {
 
 #else /* WITH_ILP */
 
-static void only_that_you_can_compile_without_WITH_ILP_defined(void) {
+static INLINE void only_that_you_can_compile_without_WITH_ILP_defined(void) {
 }
 
 #endif /* WITH_ILP */