On Fri, Dec 6, 2013 at 7:53 PM, Alan Modra <amo...@gmail.com> wrote:
> On Fri, Dec 06, 2013 at 05:23:28PM -0500, Vladimir Makarov wrote:
>> On 12/6/2013, 2:40 PM, David Edelsohn wrote:
>> >On Fri, Dec 6, 2013 at 2:02 PM, Vladimir Makarov <vmaka...@redhat.com> 
>> >wrote:
>> >>         * config/rs6000/rs600.md (*bswapdi2_64bit): Remove ?? from the
>> >>         constraint.
>> >
>> >Okay, let's just remove the "??" modifier from the constraint.
>> >
>> >Thanks for your patience, explanations, and work on this, Vlad.
>> >
>>
>> Thanks, David.
>>
>> Committed as rev. 205765.
>
> /* -m32 -O2 -S -mlra */
> long long swap64 (long long x)
> {
>   return __builtin_bswap64 (x);
> }
>
> Here too, I think.  OK to apply David?
>
>         * config/rs6000/rs600.md (bswapdi2_32bit): Remove ?? from the
>         constraint.

Okay.  We might as well change it in this location as well.

Thanks, David

Reply via email to