Fixed some typos.
[libfirm] / ir / ir / irverify_t.h
index 81e5a2f..bbf3787 100644 (file)
@@ -51,7 +51,7 @@ extern const char *firm_verify_failure_msg;
 do { \
   if (opt_do_node_verification == FIRM_VERIFICATION_ON) {\
     if (!(expr) && current_ir_graph != get_const_code_irg()) \
-      dump_ir_graph(current_ir_graph, "-assert"); \
+      dump_ir_graph(current_ir_graph, "assert"); \
     assert((expr) && string); } \
   if (!(expr)) { \
     if (opt_do_node_verification == FIRM_VERIFICATION_REPORT) \
@@ -70,7 +70,7 @@ do { \
       fprintf(stderr, #expr " : " string "\n"); \
     else if (opt_do_node_verification == FIRM_VERIFICATION_ON) { \
       if (!(expr) && current_ir_graph != get_const_code_irg()) \
-        dump_ir_graph(current_ir_graph, "-assert"); \
+        dump_ir_graph(current_ir_graph, "assert"); \
       assert((expr) && string); \
     } \
     return (ret); \