* gcc.dg/tree-ssa/ssa-dom-thread-3.c: Add missing dg-final clause.

From-SVN: r202788
This commit is contained in:
Jeff Law 2013-09-20 11:36:38 -06:00 committed by Jeff Law
parent 2888c3311b
commit b30c24df8c
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-09-20 Jeff Law <law@redhat.com>
* gcc.dg/tree-ssa/ssa-dom-thread-3.c: Add missing dg-final clause.
2013-09-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
PR middle-end/57748

View File

@ -45,3 +45,5 @@ expand_one_var (tree var, unsigned char toplevel, unsigned char really_expand)
/* { dg-final { scan-tree-dump-times "Threaded" 1 "dom1"} } */
/* { dg-final { scan-tree-dump-times "Registering jump thread .through joiner block.: \\(.*\\); \\(.*\\); \\(.*\\);" 1 "dom1"} } */
/* { dg-final { cleanup-tree-dump "dom1" } } */