* gcc.dg/tree-ssa/ssa-lim-11.c: Disable branch prediction.
From-SVN: r249271
This commit is contained in:
parent
28ae04d46e
commit
ec73e54d0a
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue