summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/ipa/pure-const-2.c
Commit message (Collapse)AuthorAgeFilesLines
* loadpre6.c: Cleanup fre dump file.Uros Bizjak2010-07-231-0/+2
| | | | | | | | | * 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
* ipa-pure-const.c (special_builtlin_state): New function.Jan Hubicka2010-06-111-0/+28
* ipa-pure-const.c (special_builtlin_state): New function. (check_call): Use it instead of special casign BUILT_IN_RETURN. (propagate_pure_const): Use it. * gcc.dg/ipa/pure-const-2.c: New testcase. From-SVN: r160615