This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] checking version of rtl flag access macros
On Tue, May 07, 2002 at 04:50:05PM +0100, Richard Sandiford wrote:
> /* If RTX_FRAME_RELATED_P is set on a PARALLEL, process each member of
> the PARALLEL independently. The first element is always processed if
> it is a SET. This is for backward compatibility. Other elements
> are processed only if they are SETs and the RTX_FRAME_RELATED_P
> flag is set in them. */
What a curious notion. I bet we can nuke this and always
process all of the members of the PARALLEL. If there are
cases where we really want to ignore parts, then the target
can use REG_FRAME_RELATED_EXPR.
r~