aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-query.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/value-query.h')
-rw-r--r--gcc/value-query.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/value-query.h b/gcc/value-query.h
index b8e6fed..b860d66 100644
--- a/gcc/value-query.h
+++ b/gcc/value-query.h
@@ -106,13 +106,10 @@ public:
// DEPRECATED: This method is used from vr-values. The plan is to
// rewrite all uses of it to the above API.
- virtual const class value_range_equiv *get_value_range (const_tree,
- gimple * = NULL);
+ virtual const value_range *get_value_range (const_tree, gimple * = NULL);
virtual void dump (FILE *);
protected:
- class value_range_equiv *allocate_value_range_equiv ();
- void free_value_range_equiv (class value_range_equiv *);
bool get_tree_range (vrange &v, tree expr, gimple *stmt);
bool get_arith_expr_range (vrange &r, tree expr, gimple *stmt);
relation_oracle *m_oracle;