loadpre6.c: Cleanup fre dump file.
authorUros Bizjak <ubizjak@gmail.com>
Fri, 23 Jul 2010 17:15:21 +0000 (19:15 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 23 Jul 2010 17:15:21 +0000 (19:15 +0200)
* gcc.dg/tree-ssa/loadpre6.c: Cleanup fre dump file.
* gcc.dg/ipa/ipa-sra-6.c: Cleanup eipa_sra dump file.
* gcc.dg/ipa/pure-const-2.c: Cleanup local-pure-const1 and
optimized dump files.

From-SVN: r162477

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/ipa/ipa-sra-6.c
gcc/testsuite/gcc.dg/ipa/pure-const-2.c
gcc/testsuite/gcc.dg/tree-ssa/loadpre6.c

index 41c296034edeecf6d56080503b970489a0c69a02..578b4d0f653c2773a5d911f52283107da0cb03e2 100644 (file)
@@ -1,3 +1,10 @@
+2010-07-23  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/tree-ssa/loadpre6.c: Cleanup fre dump file.
+       * gcc.dg/ipa/ipa-sra-6.c: Cleanup eipa_sra dump file.
+       * gcc.dg/ipa/pure-const-2.c: Cleanup local-pure-const1 and
+       optimized dump files.
+
 2010-07-23  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/45047
index c9a766d9e8f28ef4f30d9d20ee5ffb15e1702b4c..60382949175db49ce874804fa5866d19796029a5 100644 (file)
@@ -30,3 +30,4 @@ int main (int argc, char *argv[])
 }
 
 /* { dg-final { scan-tree-dump-times "foo " 1 "eipa_sra"  } } */
+/* { dg-final { cleanup-tree-dump "eipa_sra" } } */
index 51d779776bc7daf844be111b096447d4191eee64..2dcca18c09ff968ddc8ffed0612b247670626a76 100644 (file)
@@ -26,3 +26,5 @@ main(void)
 }
 /* { dg-final { scan-tree-dump "found to be pure: i_am_pure" "local-pure-const1"} } */
 /* { dg-final { scan-tree-dump-not "i_am_pure" "optimized"} } */
+/* { dg-final { cleanup-tree-dump "local-pure-const1" } } */
+/* { dg-final { cleanup-tree-dump "optimized" } } */
index 242727d260f9c2c6de9848c35ac874e1551c701f..e6130bbe7bdf96f9fe7af125fcdc9c80f11d9fd9 100644 (file)
@@ -76,4 +76,5 @@ main (void)
 /* { dg-final { scan-tree-dump-not "= unexpanded_var_list;" "fre" } } */
 /* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre" } } */
 /* { dg-final { scan-tree-dump-times "Insertions: 2" 1 "pre" } } */
+/* { dg-final { cleanup-tree-dump "fre" } } */
 /* { dg-final { cleanup-tree-dump "pre" } } */