Always output exported ranges to a dump_file.
authorAndrew MacLeod <amacleod@redhat.com>
Wed, 20 Oct 2021 17:41:12 +0000 (13:41 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Mon, 25 Oct 2021 14:43:06 +0000 (10:43 -0400)
* gimple-range.cc (gimple_ranger::export_global_ranges): Remove check
for TDF_DETAILS.

gcc/gimple-range.cc

index 69cde91..91bacda 100644 (file)
@@ -303,7 +303,7 @@ gimple_ranger::export_global_ranges ()
          && !r.varying_p())
        {
          bool updated = update_global_range (r, name);
-         if (!updated || !dump_file || !(dump_flags & TDF_DETAILS))
+         if (!updated || !dump_file)
            continue;
 
          if (print_header)