X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firverify_t.h;h=bbf3787a3b0808c9f3720990b18bf2efd7e20ae5;hb=a08e6f04aa3669cff094f94a9484c7c2bb1314d0;hp=81e5a2f15a26d3fae787acd19ec8bf5f324e1650;hpb=0df5e0ea5d4d6a566339ac4b93a73719858e81e1;p=libfirm diff --git a/ir/ir/irverify_t.h b/ir/ir/irverify_t.h index 81e5a2f15..bbf3787a3 100644 --- a/ir/ir/irverify_t.h +++ b/ir/ir/irverify_t.h @@ -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); \