diff options
Diffstat (limited to 'gcc/range-op.cc')
-rw-r--r-- | gcc/range-op.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/range-op.cc b/gcc/range-op.cc index 937bee2..58734cd 100644 --- a/gcc/range-op.cc +++ b/gcc/range-op.cc @@ -1961,7 +1961,7 @@ operator_minus::update_bitmask (irange &r, const irange &lh, update_known_bitmask (r, MINUS_EXPR, lh, rh); } -void +void operator_minus::wi_fold (irange &r, tree type, const wide_int &lh_lb, const wide_int &lh_ub, const wide_int &rh_lb, const wide_int &rh_ub) const @@ -2252,7 +2252,7 @@ operator_mult::wi_op_overflows (wide_int &res, tree type, return overflow; } -void +void operator_mult::wi_fold (irange &r, tree type, const wide_int &lh_lb, const wide_int &lh_ub, const wide_int &rh_lb, const wide_int &rh_ub) const |