public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PTX] small cleanup
@ 2015-08-04 13:15 Nathan Sidwell
  0 siblings, 0 replies; only message in thread
From: Nathan Sidwell @ 2015-08-04 13:15 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 72 bytes --]

This removal of unused structure is now committed to trunk too.

nathan

[-- Attachment #2: trunk-ptx-clean.patch --]
[-- Type: text/x-patch, Size: 832 bytes --]

2015-08-04  Nathan Sidwell  <nathan@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
 \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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-04 13:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-04 13:15 [PTX] small cleanup Nathan Sidwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).