Add default relation_kind to floating point range-op entries.
authorAldy Hernandez <aldyh@redhat.com>
Tue, 11 Oct 2022 15:22:23 +0000 (17:22 +0200)
committerAldy Hernandez <aldyh@redhat.com>
Wed, 12 Oct 2022 06:48:59 +0000 (08:48 +0200)
commitbb00d0974ebe66ca9dc6621e68498396cd542b28
treef0dad503e83a79574b4054a5f21e8e5bc75d2375
parent9d9e793b6543745a5a3aae9032478c056f167c9c
Add default relation_kind to floating point range-op entries.

The methods from which these derive all have a default relation_kind.
This patch just adds the default, to make it easier to write unit
tests later.

gcc/ChangeLog:

* range-op-float.cc: Add relation_kind = VREL_VARYING to all
methods.
gcc/range-op-float.cc