mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 13:11:24 +08:00
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:
parent
672632317a
commit
794a01d7dc
@ -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" } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user