aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-range-pretty-print.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/value-range-pretty-print.h')
-rw-r--r--gcc/value-range-pretty-print.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/value-range-pretty-print.h b/gcc/value-range-pretty-print.h
index ca85fd6157c..5522aad0673 100644
--- a/gcc/value-range-pretty-print.h
+++ b/gcc/value-range-pretty-print.h
@@ -27,10 +27,9 @@ public:
vrange_printer (pretty_printer *pp_) : pp (pp_) { }
void visit (const unsupported_range &) const override;
void visit (const irange &) const override;
+ void visit (const prange &) const override;
void visit (const frange &) const override;
private:
- void print_irange_bound (const wide_int &w, tree type) const;
- void print_irange_bitmasks (const irange &) const;
void print_frange_nan (const frange &) const;
void print_real_value (tree type, const REAL_VALUE_TYPE &r) const;