* gcc.dg/tree-ssa/ssa-lim-11.c: Disable branch prediction.

From-SVN: r249271
This commit is contained in:
Jan Hubicka 2017-06-16 19:19:50 +02:00 committed by Jan Hubicka
parent 28ae04d46e
commit ec73e54d0a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-06-16 Jan Hubicka <hubicka@ucw.cz>
* gcc.dg/tree-ssa/ssa-lim-11.c: Disable branch prediction.
2017-06-16 Richard Biener <rguenther@suse.de>
PR tree-optimization/81090

View File

@ -22,4 +22,4 @@ void access_buf(struct thread_param* p)
}
}
/* { dg-final { scan-tree-dump-times "Executing store motion of __gcov0.access_buf\\\[\[01\]\\\] from loop 1" 2 "lim2" } } */
/* { dg-final { scan-tree-dump-times "Executing store motion of __gcov0.access_buf\\\[\[12\]\\\] from loop 1" 2 "lim2" } } */