diff options
Diffstat (limited to 'gcc/value-range.h')
-rw-r--r-- | gcc/value-range.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/value-range.h b/gcc/value-range.h index 929dc55..1012d00 100644 --- a/gcc/value-range.h +++ b/gcc/value-range.h @@ -169,10 +169,7 @@ public: // Deprecated legacy public methods. tree min () const; // DEPRECATED tree max () const; // DEPRECATED - bool symbolic_p () const; // DEPRECATED bool constant_p () const; // DEPRECATED - void normalize_symbolics (); // DEPRECATED - void normalize_addresses (); // DEPRECATED bool legacy_verbose_union_ (const class irange *); // DEPRECATED bool legacy_verbose_intersect (const irange *); // DEPRECATED |