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: Delete moves that are turned into no-ops by reload_cse


Richard Sandiford wrote:
As well as doing CSE, reload_cse has code to delete no-op moves.
What's slightly odd is that this code is skipped for moves that
were simplified by CSE itself.

This patch fixes that.  I checked that postreload now removes the
no-op that Steven described here:

http://gcc.gnu.org/ml/gcc/2006-02/msg00650.html

Shouldn't we rather find out why inheritance is broken?



Bernd



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