On Fri, Dec 20, 2013 at 01:44:06PM -0700, Jeff Law wrote:
> @@ -342,7 +354,8 @@ combine_set_extension (ext_cand *cand, rtx curr_insn, rtx 
> *orig_set)
>        if (dump_file)
>          {
>            fprintf (dump_file,
> -                "Tentatively merged extension with definition:\n");
> +                "Tentatively merged extension with definition %s:\n",
> +                (copy_needed) ? "(copy needed)" : "");

Missed this, you don't need the parens around the first copy_needed.

Ok with that change, thanks.

        Jakub

Reply via email to