Remove unused get_identity_relation.
commit5ee51119d1345f3f13af784455a4ae466766912b
authorAndrew MacLeod <amacleod@redhat.com>
Mon, 9 Oct 2023 14:01:11 +0000 (9 10:01 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Mon, 9 Oct 2023 16:15:17 +0000 (9 12:15 -0400)
tree6e201ac2288af77dde6ba7de769db831327bb9f3
parentdae21448b60874dd6b8501c2f33c956d6c631e5f
Remove unused get_identity_relation.

Turns out we didnt need this as there is no unordered relations
managed by the oracle.

* gimple-range-gori.cc (gori_compute::compute_operand1_range): Do
not call get_identity_relation.
(gori_compute::compute_operand2_range): Ditto.
* value-relation.cc (get_identity_relation): Remove.
* value-relation.h (get_identity_relation): Remove protyotype.
gcc/gimple-range-gori.cc
gcc/value-relation.cc
gcc/value-relation.h