Re: Possible typo in LRA

2015-02-06 Thread Vladimir Makarov
On 2015-02-05 4:36 PM, sa...@hederstierna.com wrote: Hi When reviewing some code from LRA, I just saw some lines that looked a bit strange, could it be a possible typo perhaps? The file lra.c from GC5 master branch current date Line 469: /* Try x = index_scale; x = x + disp;

Re: Possible typo in LRA

2015-02-05 Thread Jeff Law
On 02/05/15 14:36, sa...@hederstierna.com wrote: Hi When reviewing some code from LRA, I just saw some lines that looked a bit strange, could it be a possible typo perhaps? The file lra.c from GC5 master branch current date Line 469: /* Try x = index_scale; x = x + disp; x = x

Possible typo in LRA

2015-02-05 Thread sa...@hederstierna.com
Hi When reviewing some code from LRA, I just saw some lines that looked a bit strange, could it be a possible typo perhaps? The file lra.c from GC5 master branch current date Line 469: /* Try x = index_scale; x = x + disp; x = x + base. */ last = get_last_insn ();