On 07/23/2015 03:28 PM, Richard Sandiford wrote:
Ping
Richard Sandiford writes:
The pattern was accepting a nonimediate_operand, using the C condition
to weed out certain types of memory, but was then using an "r" constraint
to force a register. This patch makes the predicate match the constr
Ping
Richard Sandiford writes:
> The pattern was accepting a nonimediate_operand, using the C condition
> to weed out certain types of memory, but was then using an "r" constraint
> to force a register. This patch makes the predicate match the constraint
> and removes the C condition.
>
> Tested