* gcc.dg/tree-ssa/forwprop-28.c: Add missing dg-final.

From-SVN: r200248
This commit is contained in:
Jeff Law 2013-06-20 09:52:57 -06:00 committed by Jeff Law
parent 7a89ad0008
commit 1f4d123a79
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-06-20 Jeff Law <law@redhat.com>
* gcc.dg/tree-ssa/forwprop-28.c: Add missing dg-final.
2013-06-20 Tobias Burnus <burnus@net-b.de>
PR fortran/57633

View file

@ -74,3 +74,5 @@ test_8 (int code)
}
/* { dg-final { scan-tree-dump-times "Replaced" 8 "forwprop1"} } */
/* { dg-final { cleanup-tree-dump "forwprop1" } } */