This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: merging MEM_ATTRS
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: joern dot rennecke at superh dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 10 Feb 04 12:50:18 EST
- Subject: Re: RFC: merging MEM_ATTRS
/* do some stuff with a and b */
return j ? a : b;
}
The MEM_EXPRs are different here, one referencing a, the other b.
But aren't the MEM's different too? Or is the point that this is only
a register-indirect machine so the forms of the addresses are the same?