sparc: mark has_delay_slot as node flag
[libfirm] / ir / ana / vrp.c
index d1d0a67..21c871f 100644 (file)
@@ -41,7 +41,7 @@
 #include "bitset.h"
 #include "debug.h"
 
-DEBUG_ONLY(static firm_dbg_module_t *dbg);
+DEBUG_ONLY(static firm_dbg_module_t *dbg;)
 
 typedef struct vrp_env_t {
        waitq    *workqueue;