Fixed compile error in optimize build.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Thu, 14 Jun 2012 09:53:09 +0000 (11:53 +0200)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Thu, 14 Jun 2012 09:53:09 +0000 (11:53 +0200)
ir/opt/gvn_pre.c

index 75a9fcc..a028d33 100644 (file)
@@ -262,7 +262,7 @@ static void dump_all_expgen_sets(block_info *list)
 
 #else
 #define dump_value_set(set, txt, block)
-#define dump_all_expgen_sets(list, txt)
+#define dump_all_expgen_sets(list)
 #endif /* DEBUG_libfirm */
 
 /**