]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-ssa-loop-ivopts.c
Add default value for last argument of dump functions.
[thirdparty/gcc.git] / gcc / tree-ssa-loop-ivopts.c
index 8b228ca5e51712ead702de1c8ac1e028dbcfb36b..c03d177ff71dcf5614a6853fbc4cfd781d562f1e 100644 (file)
@@ -746,7 +746,7 @@ dump_use (FILE *file, struct iv_use *use)
 {
   fprintf (file, "  Use %d.%d:\n", use->group_id, use->id);
   fprintf (file, "    At stmt:\t");
-  print_gimple_stmt (file, use->stmt, 0, 0);
+  print_gimple_stmt (file, use->stmt, 0);
   fprintf (file, "    At pos:\t");
   if (use->op_p)
     print_generic_expr (file, *use->op_p, TDF_SLIM);
@@ -6943,8 +6943,8 @@ adjust_iv_update_pos (struct iv_cand *cand, struct iv_use *use)
   if (dump_file && (dump_flags & TDF_DETAILS))
     {
       fprintf (dump_file, "Reordering \n");
-      print_gimple_stmt (dump_file, iv_update, 0, 0);
-      print_gimple_stmt (dump_file, use->stmt, 0, 0);
+      print_gimple_stmt (dump_file, iv_update, 0);
+      print_gimple_stmt (dump_file, use->stmt, 0);
       fprintf (dump_file, "\n");
     }