This is the mail archive of the gcc@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: memrefs_conflict_p () for REGs in alias.c


On Mon, Sep 30, 2002 at 09:33:57PM -0700, George H wrote:
> I found that it always returns 1 for cse in case of REG...

Yes.  alias.c computes function invariants.  If a register
is set more than once, it varies, and thus there is no data
on what it points to.


r~


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