Use SPARC_STACK_ALIGNMENT and round_up2() instead of magic numbers and calculations.
[libfirm] / ir / opt / convopt.c
index 6ead5fd..9fb7e55 100644 (file)
@@ -56,7 +56,7 @@
 #include "vrp.h"
 #include "opt_manage.h"
 
-DEBUG_ONLY(static firm_dbg_module_t *dbg);
+DEBUG_ONLY(static firm_dbg_module_t *dbg;)
 
 static inline int imin(int a, int b) { return a < b ? a : b; }