Make dump_ranger routines externally visible.
authorAldy Hernandez <aldyh@redhat.com>
Sun, 19 Sep 2021 14:54:21 +0000 (16:54 +0200)
committerAldy Hernandez <aldyh@redhat.com>
Sun, 19 Sep 2021 15:40:34 +0000 (17:40 +0200)
commit8d42a27d8942e16e351d138955280a848d7b432a
tree65e0b21038c9da0cc2352d77bb0b56727fa9672f
parent5fee8a0a9223d030c66d53c104fb0a431369248f
Make dump_ranger routines externally visible.

There was an inline extern declaration for dump_ranger that was a bit of
a hack.  I've removed it in favor of an actual prototype.  There are
also some trivial changes to the dumping code in the path solver.

gcc/ChangeLog:

* gimple-range-path.cc (path_range_query::path_range_query): Add
header.
(path_range_query::dump): Remove extern declaration of dump_ranger.
* gimple-range-trace.cc (dump_ranger): Add DEBUG_FUNCTION marker.
* gimple-range-trace.h (dump_ranger): Add prototype.
gcc/gimple-range-path.cc
gcc/gimple-range-trace.cc
gcc/gimple-range-trace.h