Adjust gfortran.dg/predict-2.f90
authorRichard Biener <rguenther@suse.de>
Tue, 5 Oct 2021 06:35:17 +0000 (08:35 +0200)
committerRichard Biener <rguenther@suse.de>
Tue, 5 Oct 2021 06:37:34 +0000 (08:37 +0200)
commit1581aa38eba0ab47eaebe45e8dc6bef6832381c8
tree3cefae892277e74e4c9dce8c6ca8e8038f452c1a
parentda9c5f7856c929a3b80e22ab75ebeebce4409501
Adjust gfortran.dg/predict-2.f90

After teaching VN to handle internal functions we now optimize
the redundant inner loop preheader check of the testcase making
the dump scanning fail because there's nothing to predict left.
The following restores the inner preheader check by making it
not redundant.

2021-10-05  Richard Biener  <rguenther@suse.de>

* gfortran.dg/predict-2.f90: Adjust to avoid redundant
inner loop preheader checking code.
gcc/testsuite/gfortran.dg/predict-2.f90