Re: [PATCH] Add LABEL_REF_P to rtl.h

2019-05-24 Thread Richard Biener
On Thu, May 23, 2019 at 10:59 PM Bill Schmidt wrote: > > Hi, > > This patch just adds a convenience macro to be used in subsequent patches. > > Bootstrapped successfully on powerpc64le-unknown-linux-gnu. Okay for trunk? OK. > Thanks, > Bill > > > 2019-05-23 Michael Meissner > > * rtl

[PATCH] Add LABEL_REF_P to rtl.h

2019-05-23 Thread Bill Schmidt
Hi, This patch just adds a convenience macro to be used in subsequent patches. Bootstrapped successfully on powerpc64le-unknown-linux-gnu. Okay for trunk? Thanks, Bill 2019-05-23 Michael Meissner * rtl.h (LABEL_REF_P): New #define. Index: gcc/rtl.h ==