Fix ifcvt-4.c to not depend on VRP2 asserts.
authorAndrew MacLeod <amacleod@redhat.com>
Mon, 25 Oct 2021 17:34:36 +0000 (13:34 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Thu, 28 Oct 2021 14:48:39 +0000 (10:48 -0400)
commitd123daec0c237533cf974334d98bc6d357d4273e
tree28d62aac633a3a7ddceb97c5a84580ed167fddce
parenta6bbf1cc9f2847115543d720a99152d7dc2c4892
Fix ifcvt-4.c to not depend on VRP2 asserts.

The testcase fails if VRP2 is replaced with a non-assert based VRP because it
accidentally depends on specific IL changes when the asserts are removed.  This
removes that dependency.

gcc/testsuite/
* gcc.dg/ifcvt-4.c: Adjust.
gcc/testsuite/gcc.dg/ifcvt-4.c