* config/nvptx/nvptx.h (struct nvptx_pseudo_info): Delete.
(machine_function): Remove pseudos field.
From-SVN: r226573
+2015-08-04 Nathan Sidwell <nathan@codesourcery.com>
+
+ * config/nvptx/nvptx.h (struct nvptx_pseudo_info): Delete.
+ (machine_function): Remove pseudos field.
+
2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/aarch64/aarch64.c (aarch64_option_valid_attribute_p):
#define LEGITIMATE_PIC_OPERAND_P(X) 1
\f
-struct nvptx_pseudo_info
-{
- int true_size;
- int renumber;
-};
-
#if defined HOST_WIDE_INT
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;