update-cunroll.c: Fix mistakes in scan-tree-dump-times directive.
authorRichard Henderson <rth@redhat.com>
Thu, 4 Aug 2005 17:53:51 +0000 (10:53 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 4 Aug 2005 17:53:51 +0000 (10:53 -0700)
        * gcc.dg/tree-ssa/update-cunroll.c: Fix mistakes in
        scan-tree-dump-times directive.

From-SVN: r102739

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/update-cunroll.c

index acbe5eba8bcdc545d2ebe221bbdca7fc1706abb6..0f668570fbdc80a73424788aaeb7da492a28065f 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-04  Richard Henderson  <rth@redhat.com>
+
+       * gcc.dg/tree-ssa/update-cunroll.c: Fix mistakes in
+       scan-tree-dump-times directive.
+
 2005-08-04  Jan Hubicka  <jh@suse.cz>
 
        * gcov-1.C: Fix switch counts.
index 7a114ea3a9c0d92826d0a72149ed116d27c35465..dafd44bb9b59190098c66161bc004ac58b88f381 100644 (file)
@@ -9,5 +9,5 @@ int t()
                        break;
        return i;
 }
-/* { dg-final { scan-tree-dump-times ".optimized" 0 "Invalid sum"} } */
+/* { dg-final { scan-tree-dump-times "Invalid sum" 0 "optimized"} } */
 /* { dg-final { cleanup-tree-dump "optimized" } } */