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: [patch] genemit.c: Use const_int_rtx in insn-emit.c


On Thu, Feb 05, 2004 at 05:58:46PM -0500, Kazu Hirata wrote:
> -      if (INTVAL (x) == 0)
> -	printf ("const0_rtx");
> -      else if (INTVAL (x) == 1)
> -	printf ("const1_rtx");
> -      else if (INTVAL (x) == -1)
> -	printf ("constm1_rtx");

I'd much rather you keep these.


r~


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