On Wed, 2014-08-06 at 20:03 +0200, Jakub Jelinek wrote:
> On Wed, Aug 06, 2014 at 01:22:54PM -0400, David Malcolm wrote:
> > gcc/
> > * rtl.h (PATTERN): Convert this macro into a pair of inline
> > functions, for now, requiring const_rtx and rtx.
> > ---
> > gcc/rtl.h | 10 +-
> >
On Wed, Aug 06, 2014 at 01:22:54PM -0400, David Malcolm wrote:
> gcc/
> * rtl.h (PATTERN): Convert this macro into a pair of inline
> functions, for now, requiring const_rtx and rtx.
> ---
> gcc/rtl.h | 10 +-
> 1 file changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/g