On 07/11/2016 04:35 PM, Jeff Law wrote:
> Don't you need a corresponding change to invoke.texi?
>
> OK with that change.
>
> jeff
Thanks, I've just mentioned the param in invoke.texi, installed as r238252.
Martin
>From c4c456c2bea9225c287f7af0e88f39cf780f815d Mon Sep 17 00:00:00 2001
From: marx
On 07/11/2016 01:55 AM, Martin Liška wrote:
Hello.
During investigation of an IVOPTs issue, I noticed that tree-ssa-loop-ivopts.c
uses a hard-coded
constant AVG_LOOP_NITER. Very similar constant can be seen in cfgloopanal.c.
Thus, I've changed
that to a new param.
Apart from that, I would lik