Commit 9ef524ba by Richard Henderson Committed by Richard Henderson

update-cunroll.c: Fix mistakes in scan-tree-dump-times directive.

        * gcc.dg/tree-ssa/update-cunroll.c: Fix mistakes in
        scan-tree-dump-times directive.

From-SVN: r102739
parent 2b7c3273
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> 2005-08-04 Jan Hubicka <jh@suse.cz>
* gcov-1.C: Fix switch counts. * gcov-1.C: Fix switch counts.
......
...@@ -9,5 +9,5 @@ int t() ...@@ -9,5 +9,5 @@ int t()
break; break;
return i; 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" } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment