Commit 7a6faad6 by Uros Bizjak Committed by Uros Bizjak

loadpre6.c: Cleanup fre dump file.

	* 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
parent cd3f04c8
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> 2010-07-23 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/45047 PR tree-optimization/45047
......
...@@ -30,3 +30,4 @@ int main (int argc, char *argv[]) ...@@ -30,3 +30,4 @@ int main (int argc, char *argv[])
} }
/* { dg-final { scan-tree-dump-times "foo " 1 "eipa_sra" } } */ /* { dg-final { scan-tree-dump-times "foo " 1 "eipa_sra" } } */
/* { dg-final { cleanup-tree-dump "eipa_sra" } } */
...@@ -26,3 +26,5 @@ main(void) ...@@ -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 "found to be pure: i_am_pure" "local-pure-const1"} } */
/* { dg-final { scan-tree-dump-not "i_am_pure" "optimized"} } */ /* { dg-final { scan-tree-dump-not "i_am_pure" "optimized"} } */
/* { dg-final { cleanup-tree-dump "local-pure-const1" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */
...@@ -76,4 +76,5 @@ main (void) ...@@ -76,4 +76,5 @@ main (void)
/* { dg-final { scan-tree-dump-not "= unexpanded_var_list;" "fre" } } */ /* { 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 "Eliminated: 1" 1 "pre" } } */
/* { dg-final { scan-tree-dump-times "Insertions: 2" 1 "pre" } } */ /* { dg-final { scan-tree-dump-times "Insertions: 2" 1 "pre" } } */
/* { dg-final { cleanup-tree-dump "fre" } } */
/* { dg-final { cleanup-tree-dump "pre" } } */ /* { dg-final { cleanup-tree-dump "pre" } } */
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