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]

Re: SUBREG patch for ssa.c


On Tue, Jun 20, 2000 at 05:06:42PM -0700, Geoff Keating wrote:
> +	      /* We really want a SEQUENCE of SETs, not a SEQUENCE
> +		 of INSNs.  */
> +	      for (i = 0; i < XVECLEN (seq, 0); i++)
> +		XVECEXP (seq, 0, i) = PATTERN (XVECEXP (seq, 0, i));
> +	      PATTERN (insn) = seq;

I don't agree.  This is not how SEQUENCE is used pretty much
everywhere else in the compiler.


r~

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