On 05/30/2012 02:26 PM, Richard Sandiford wrote:
This patch adjusts init_move_cost to follow local conventions. The new names are IMO more readable anyway (it's easier to see that p1 is related to cl1 than i, etc.).Richard gcc/ * ira.c (init_move_cost): Adjust local variable names to match file conventions. Use ira_assert instead of gcc_assert.
Ok. Thanks. The code looks better.