Pass relationship to methods calling generic fold_range.
authorAldy Hernandez <aldyh@redhat.com>
Mon, 26 Jul 2021 11:06:37 +0000 (06:06 -0500)
committerAldy Hernandez <aldyh@redhat.com>
Mon, 26 Jul 2021 14:49:14 +0000 (16:49 +0200)
commit3cb72ac17181fd38384cd2149993e643fb8df89f
tree0dce098573df388ee0f1808a5ff103f1fc2f6a3d
parentbf6d414415e14e13be16abf23375160733567d20
Pass relationship to methods calling generic fold_range.

Fix a small oversight in methods calling the base class fold_range.

gcc/ChangeLog:

* range-op.cc (operator_lshift::fold_range): Pass rel to
base class fold_range.
(operator_rshift::fold_range): Same.
gcc/range-op.cc