testsuite/106872 - fix uninit predicate dump scan

On ppc we see a doloop temp rather than ivtmp.

	PR testsuite/106872
	* gcc.dg/uninit-pred-12.c: Adjust.
This commit is contained in:
Richard Biener 2022-09-08 13:00:45 +02:00
parent 672632317a
commit 794a01d7dc

View File

@ -31,4 +31,4 @@ unsigned foo (unsigned v, int y, int w)
}
/* Make sure predicate analysis picked up the loop exit condition. */
/* { dg-final { scan-tree-dump "AND \\(NOT \\(ivtmp" "uninit1" } } */
/* { dg-final { scan-tree-dump "AND \\(NOT \\((ivtmp|doloop)" "uninit1" } } */