This removal of unused structure is now committed to trunk too.
nathan
2015-08-04 Nathan Sidwell <nat...@codesourcery.com> * config/nvptx/nvptx.h (struct nvptx_pseudo_info): Delete. (machine_function): Remove pseudos field. Index: gcc/config/nvptx/nvptx.h =================================================================== --- gcc/config/nvptx/nvptx.h (revision 226539) +++ gcc/config/nvptx/nvptx.h (working copy) @@ -217,12 +217,6 @@ struct nvptx_args { #define LEGITIMATE_PIC_OPERAND_P(X) 1 -struct nvptx_pseudo_info -{ - int true_size; - int renumber; -}; - #if defined HOST_WIDE_INT struct GTY(()) machine_function { @@ -231,7 +225,6 @@ struct GTY(()) machine_function tree funtype; bool has_call_with_varargs; bool has_call_with_sc; - struct GTY((skip)) nvptx_pseudo_info *pseudos; HOST_WIDE_INT outgoing_stdarg_size; int ret_reg_mode; int punning_buffer_size;