Re: [PATCH] read-rtl.c: split out read_rtx_operand from read_rtx_code

2016-09-24 Thread Richard Sandiford
David Malcolm writes: > This patch moves the body of the RTL operand-parsing loop (about 180 lines of > code) from read_rtx_code out into a new function (read_rtx_operand). > > Hopefully this is a reasonable cleanup in itself, but it's also useful > for the RTL frontend I'm working on. > > Success

[PATCH] read-rtl.c: split out read_rtx_operand from read_rtx_code

2016-09-23 Thread David Malcolm
This patch moves the body of the RTL operand-parsing loop (about 180 lines of code) from read_rtx_code out into a new function (read_rtx_operand). Hopefully this is a reasonable cleanup in itself, but it's also useful for the RTL frontend I'm working on. Successfully bootstrapped®rtested on x86_6