Commit c56df3e9 by Nathan Sidwell Committed by Nathan Sidwell

nvptx.h (struct nvptx_pseudo_info): Delete.

	* config/nvptx/nvptx.h (struct nvptx_pseudo_info): Delete.
	(machine_function): Remove pseudos field.

From-SVN: r226573
parent 29e8dc84
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> 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/aarch64/aarch64.c (aarch64_option_valid_attribute_p): * config/aarch64/aarch64.c (aarch64_option_valid_attribute_p):
......
...@@ -217,12 +217,6 @@ struct nvptx_args { ...@@ -217,12 +217,6 @@ struct nvptx_args {
#define LEGITIMATE_PIC_OPERAND_P(X) 1 #define LEGITIMATE_PIC_OPERAND_P(X) 1
struct nvptx_pseudo_info
{
int true_size;
int renumber;
};
#if defined HOST_WIDE_INT #if defined HOST_WIDE_INT
struct GTY(()) machine_function struct GTY(()) machine_function
{ {
...@@ -231,7 +225,6 @@ struct GTY(()) machine_function ...@@ -231,7 +225,6 @@ struct GTY(()) machine_function
tree funtype; tree funtype;
bool has_call_with_varargs; bool has_call_with_varargs;
bool has_call_with_sc; bool has_call_with_sc;
struct GTY((skip)) nvptx_pseudo_info *pseudos;
HOST_WIDE_INT outgoing_stdarg_size; HOST_WIDE_INT outgoing_stdarg_size;
int ret_reg_mode; int ret_reg_mode;
int punning_buffer_size; int punning_buffer_size;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment