* gcc.dg/tree-ssa/ssa-dom-thread-3.c: Add missing dg-final clause.
From-SVN: r202788
This commit is contained in:
parent
2888c3311b
commit
b30c24df8c
|
@ -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
|
||||
|
|
|
@ -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" } } */
|
||||
|
||||
|
|
Loading…
Reference in New Issue