This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [arm] Remove dead code.


On Thu, 2004-05-27 at 18:41, Paul Brook wrote:
> Patch below removes some dead code from the prologue generation routines. 
> These cases are already handled by the if statement immediately above.
> 
> I've done a bit of digging and the discrepancy between the two (LR vs PC), 
> seems to be from before we included pc when doing multiple register reg 
> loads.
> 
> Tested with cross to arm-none-elf.
> Ok?
> 
> Paul
> 
> 2004-05-27  Paul Brook  <paul@codesourcery.com>
> 
> 	* config/arm/arm.c (arm_output_epilogue): Remove redundant code.

OK.

Can you also remove the comment relating to 26-bit mode in the
ARM_FT_EXCEPTION_HANDLER case, please.

R.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]