projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bfb21b
)
Always output exported ranges to a dump_file.
author
Andrew MacLeod
<amacleod@redhat.com>
Wed, 20 Oct 2021 17:41:12 +0000
(13:41 -0400)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/gcc/gimple-range.cc
b/gcc/gimple-range.cc
index
69cde91
..
91bacda
100644
(file)
--- a/
gcc/gimple-range.cc
+++ b/
gcc/gimple-range.cc
@@
-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)