cfgloop.h (expected_loop_iterations_unbounded, [...]): Unconstify.
authorJan Hubicka <hubicka@ucw.cz>
Fri, 20 May 2016 13:19:59 +0000 (15:19 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 20 May 2016 13:19:59 +0000 (13:19 +0000)
commit97c53806a296af266da77377d7258d52712ba648
tree5a59e9c33670e77c59db2200ae49b413088be4c9
parent216e83748d52d0bb056dd6b46ea74a14b08c7639
cfgloop.h (expected_loop_iterations_unbounded, [...]): Unconstify.

* cfgloop.h (expected_loop_iterations_unbounded,
expected_loop_iterations): Unconstify.
* cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
profile with known upper bound; return 3 when profile is absent.
(expected_loop_iterations): Update.

From-SVN: r236511
gcc/ChangeLog
gcc/cfgloop.h
gcc/cfgloopanal.c