]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-ssa-ccp.c
Add default value for last argument of dump functions.
[thirdparty/gcc.git] / gcc / tree-ssa-ccp.c
index 80dcae5af1f4cc562dd54543fff6fa441261a987..b54062c9cea8387a41606feaf746dd627dc0f6c9 100644 (file)
@@ -2184,9 +2184,9 @@ ccp_fold_stmt (gimple_stmt_iterator *gsi)
        if (dump_file)
          {
            fprintf (dump_file, "Folding predicate ");
-           print_gimple_expr (dump_file, stmt, 0, 0);
+           print_gimple_expr (dump_file, stmt, 0);
            fprintf (dump_file, " to ");
-           print_generic_expr (dump_file, val.value, 0);
+           print_generic_expr (dump_file, val.value);
            fprintf (dump_file, "\n");
          }