diff options
Diffstat (limited to 'gcc/gimple-array-bounds.cc')
-rw-r--r-- | gcc/gimple-array-bounds.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/gimple-array-bounds.cc b/gcc/gimple-array-bounds.cc index fbf448e..1eafd3f 100644 --- a/gcc/gimple-array-bounds.cc +++ b/gcc/gimple-array-bounds.cc @@ -46,9 +46,6 @@ array_bounds_checker::array_bounds_checker (struct function *func, /* No-op. */ } -// This purposely returns a value_range, not a value_range_equiv, to -// break the dependency on equivalences for this pass. - const value_range * array_bounds_checker::get_value_range (const_tree op, gimple *stmt) { |