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: [patch] Associate a name with a CODE_LABEL


On Wed, Nov 03, 1999 at 01:23:03PM -0800, Catherine Moore wrote:
>     label = gen_rtx_CODE_LABEL (VOIDmode, 0, NULL_RTX,
> ! 			      NULL_RTX, label_num++, NULL_PTR, NULL_PTR);
>   
>     LABEL_NUSES (label) = 0;
> +   LABEL_ALTERNATE_NAME (label) = NULL;

Setting LABEL_ALTERNATE_NAME is redundant with the parameters to
gen_rtx_CODE_LABEL above.

Otherwise it looks good.


r~


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