]> git.ipfire.org Git - thirdparty/gcc.git/commit
cfgloopanal.c (check_irred): Move into ...
authorJan Hubicka <jh@suse.cz>
Tue, 30 Jun 2009 14:56:37 +0000 (16:56 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 30 Jun 2009 14:56:37 +0000 (14:56 +0000)
commit2de58650f962e371b06f00bdefd0b01b5f7e3f6a
treeb0873a32071a823e01701ec13011a3c5038ec083
parent46db44ccaea515d561f7a63d0e07ee6ddbc1b869
cfgloopanal.c (check_irred): Move into ...

* cfgloopanal.c (check_irred): Move into ...
(mark_irreducible_loops): ... here; return true if ireducible
loops was found.
* ipa-pure-const.c: Include cfgloop.h and tree-scalar-evolution.h
(analyze_function): Try to prove loop finiteness.
* cfgloop.h (mark_irreducible_loops): Update prototype.
* Makefile.in (ipa-pure-const.o): Add dependency on SCEV and CFGLOOP.

From-SVN: r149101
gcc/ChangeLog
gcc/Makefile.in
gcc/cfgloop.h
gcc/cfgloopanal.c
gcc/ipa-pure-const.c
gcc/params.def
gcc/tree-cfg.c