This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] CSE path following thinko fix


On 12/17/06, Eric Botcazou <ebotcazou@libertysurf.fr> wrote:
> @@ -6192,7 +6205,7 @@ cse_main (rtx f ATTRIBUTE_UNUSED, int nr
>
>    /* Loop over basic blocks in DFS order,
>       excluding the ENTRY and EXIT blocks.  */
> -  n_blocks = pre_and_rev_post_order_compute (dfs_order, NULL, false);
> +  n_blocks = pre_and_rev_post_order_compute (NULL, rc_order, false);
>    i = 0;
>    while (i < n_blocks)
>      {

The comment is wrong now. :-)

Hm, yes... Will fix when I commit the non-call exceptions patch.


Gr.
Steven


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]