diff options
Diffstat (limited to 'gcc/value-range-pretty-print.h')
-rw-r--r-- | gcc/value-range-pretty-print.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/value-range-pretty-print.h b/gcc/value-range-pretty-print.h index ad06c93..20c2659 100644 --- a/gcc/value-range-pretty-print.h +++ b/gcc/value-range-pretty-print.h @@ -31,7 +31,7 @@ public: private: void print_irange_bound (const wide_int &w, tree type) const; void print_irange_bitmasks (const irange &) const; - void print_frange_prop (const char *str, const fp_prop &) const; + void print_frange_nan (const frange &) const; pretty_printer *pp; }; |