mirror of git://gcc.gnu.org/git/gcc.git
nvptx.h (struct nvptx_pseudo_info): Delete.
* config/nvptx/nvptx.h (struct nvptx_pseudo_info): Delete. (machine_function): Remove pseudos field. From-SVN: r226573
This commit is contained in:
parent
29e8dc8484
commit
c56df3e924
|
|
@ -1,3 +1,8 @@
|
|||
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):
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue