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: [RFC PATCH]: Handle Pmode == SImode in stringop patterns


On Mon, Mar 05, 2012 at 10:33:19PM +0100, Uros Bizjak wrote:
> +	case '^':
> +	  if (TARGET_64BIT && Pmode == SImode)
> +	    {
> +	      fputs ("addr32", file);
> +#ifndef HAVE_AS_IX86_REP_LOCK_PREFIX
> +	      if (ASSEMBLER_DIALECT == ASM_ATT)
> +		fputs ("addr32; ", file);
> +	      else
> +#endif
> +		fputs ("addr32 ", file);
> +	    }

Why do you print addr32 twice? "addr32addr32; " or "addr32addr32 ".

	Jakub


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