sms-2.c: Cleanup sms dump file.

* gcc.dg/sms-2.c: Cleanup sms dump file.
        * gcc.dg/tree-prof/tracer-1.c: Cleanup tracer dump file after the
        profile-use step.

From-SVN: r129611
This commit is contained in:
Uros Bizjak 2007-10-24 22:23:35 +02:00 committed by Uros Bizjak
parent 7179604fa7
commit 6580453213
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2007-10-24 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/sms-2.c: Cleanup sms dump file.
* gcc.dg/tree-prof/tracer-1.c: Cleanup tracer dump file after the
profile-use step.
2007-10-24 David Daney <ddaney@avtrex.com>
* gcc.dg/tree-ssa/update-threading.c: Remove xfail.

View File

@ -32,3 +32,5 @@ fun (nb)
sy = 0;
}
}
/* { dg-final { cleanup-rtl-dump "sms" } } */

View File

@ -15,4 +15,4 @@ main ()
}
/* Superblock formation should produce two copies of the increment of c */
/* { dg-final-generate { scan-tree-dump-times "goto <bb 6>;" 2 "tracer" } } */
/* { dg-final-generate { cleanup-tree-dump "tracer" } } */
/* { dg-final-use { cleanup-tree-dump "tracer" } } */