On Thu, Feb 12, 2015 at 5:10 PM, Alan Modra <amo...@gmail.com> wrote: > On Thu, Feb 12, 2015 at 10:04:45AM -0500, David Edelsohn wrote: >> On Thu, Feb 12, 2015 at 7:33 AM, Alan Modra <amo...@gmail.com> wrote: >> > * config/rs6000/rs6000.c (rs6000_emit_epilogue): Use addsi3_carry >> > or adddi3_carry when restoring frame_reg_rtx from r0 after restvr. >> >> Okay. > > Committed revision 220665. I also intend to commit the following as > obvious when stage1 opens, to fix a bug in code I contributed. It's > not a regression nor is the generated code incorrect, but we have one > unnecessary instruction.
> * config/rs6000/rs6000.c (rs6000_emit_epilogue): Fix typo in > code setting up r11 for out-of-line fp restore. Go ahead and commit the fix now. Thanks, David