On 11/09/2016 05:46 PM, David Malcolm wrote:

OK for trunk if it passes bootstrap and regrtest?

gcc/ChangeLog:
        * print-rtl-function.c (print_any_param_name): New function.
        (print_param): New function.
        (print_rtx_function): Call print_param for each argument.
        * print-rtl.c (rtx_writer::finish_directive): New function.
        * print-rtl.h (rtx_writer::finish_directive): New decl.
+
+  rtx decl_rtl = DECL_WRTL_CHECK (arg)->decl_with_rtl.rtl;

Isn't this DECL_RTL_IF_SET? If so, please use that macro. Otherwise ok.


Bernd

Reply via email to