nvptx.h (struct nvptx_pseudo_info): Delete.
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 4 Aug 2015 13:14:14 +0000 (13:14 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 4 Aug 2015 13:14:14 +0000 (13:14 +0000)
* config/nvptx/nvptx.h (struct nvptx_pseudo_info): Delete.
(machine_function): Remove pseudos field.

From-SVN: r226573

gcc/ChangeLog
gcc/config/nvptx/nvptx.h

index a76cf0380b5707c559311e88b1de4ec4b9c4e0b5..41ccf74b890d68b8fa7fa33f568ad29e9337354c 100644 (file)
@@ -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):
index 502e43d6fd117566a1f370fc063b06b9d031519c..9cb46cc0b8faebc93386bbf8471338a414d4124c 100644 (file)
@@ -217,12 +217,6 @@ struct nvptx_args {
 #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
 {
@@ -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;