vectorize1.c: Add cleanup-tree-dump.

* gcc.target/i386/vectorize1.c: Add cleanup-tree-dump.
        * gcc.dg/tree-ssa/ssa-dse-9.c: Add cleanup-tree-dump.

From-SVN: r120855
This commit is contained in:
Dorit Nuzman 2007-01-17 13:53:18 +00:00 committed by Dorit Nuzman
parent 70686a71f6
commit f202f9a501
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-01-17 Dorit Nuzman <dorit@il.ibm.com>
* gcc.target/i386/vectorize1.c: Add cleanup-tree-dump.
* gcc.dg/tree-ssa/ssa-dse-9.c: Add cleanup-tree-dump.
2007-01-16 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/dfp/compare-special.h: New file.

View File

@ -11,3 +11,4 @@ foo ()
/* We should eliminate the first assignment. */
/* { dg-final { scan-tree-dump-times "VDEF" 2 "dse1"} } */
/* { dg-final { cleanup-tree-dump "dse1" } } */

View File

@ -16,3 +16,4 @@ int set_names (void)
}
/* { dg-final { scan-tree-dump "vect_cst" "vect" } } */
/* { dg-final { cleanup-tree-dump "vect" } } */