Re: Ping: [fr30] Fix indirect_jump pattern

2015-07-23 Thread Jeff Law
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: [fr30] Fix indirect_jump pattern

2015-07-23 Thread Richard Sandiford
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