On Tue, Oct 30, 2012 at 3:44 PM, Richard Sandiford
<rdsandif...@googlemail.com> wrote:
> The optabs patches that I'm working on treat patterns with names like
> "insvsi" and "insvdi" as part of the public target interface.
> Those names clash with some existing rs6000.md patterns, so this patch adds
> some _internal suffixes (a bit like fix_trunc<mode>si2_internal, for example).
>
> AFAICT there are no clashes in other ports.
>
> Regression-tested on powerpc64-linux-gnu.  I also checked that there
> were no changes in assembly output for a set of gcc .ii files.
> OK to install?
>
> Richard
>
>
> gcc/
>         * config/rs6000/rs6000.md (insvsi, insvdi, extvsi, extvdi): Rename 
> to...
>         (insvsi_internal, insvdi_internal, extvsi_internal)
>         (extvdi_internal): ...this.
>         (insv, extv): Update accordingly.

Okay.

Thanks, David

Reply via email to