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
This commit is contained in:
parent
cd3f04c80f
commit
7a6faad6e7
4 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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" } } */
|
||||
|
|
|
@ -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" } } */
|
||||
|
|
|
@ -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" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue