]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/omp-offload.c
Add default value for last argument of dump functions.
[thirdparty/gcc.git] / gcc / omp-offload.c
index 9372f9e06110df2235e530413d5cc97ee52f8bb5..f02b4f8905e3e9b057f32e8665458ad9b7fdf6eb 100644 (file)
@@ -788,7 +788,7 @@ dump_oacc_loop_part (FILE *file, gcall *from, int depth,
          if (k == kind && stmt != from)
            break;
        }
-      print_gimple_stmt (file, stmt, depth * 2 + 2, 0);
+      print_gimple_stmt (file, stmt, depth * 2 + 2);
 
       gsi_next (&gsi);
       while (gsi_end_p (gsi))
@@ -808,7 +808,7 @@ dump_oacc_loop (FILE *file, oacc_loop *loop, int depth)
           LOCATION_FILE (loop->loc), LOCATION_LINE (loop->loc));
 
   if (loop->marker)
-    print_gimple_stmt (file, loop->marker, depth * 2, 0);
+    print_gimple_stmt (file, loop->marker, depth * 2);
 
   if (loop->routine)
     fprintf (file, "%*sRoutine %s:%u:%s\n",