Commit 63af3bd1 by Geoffrey Keating Committed by Geoffrey Keating

varasm.c (struct constant_descriptor_rtx): Remove unused `label' field.

	* varasm.c (struct constant_descriptor_rtx): Remove unused
	`label' field.

From-SVN: r61182
parent 223b87b6
2003-01-10 Geoffrey Keating <geoffk@apple.com>
* varasm.c (struct constant_descriptor_rtx): Remove unused
`label' field.
* toplev.c (documented_lang_options): Document -Winvalid-pch.
2003-01-10 Richard Henderson <rth@redhat.com>
......
/* Output variables, constants and external declarations, for GNU compiler.
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of GCC.
......@@ -2832,9 +2832,6 @@ struct constant_descriptor_rtx GTY(())
/* More constant_descriptors with the same hash code. */
struct constant_descriptor_rtx *next;
/* The label of the constant. */
const char *label;
/* A MEM for the constant. */
rtx rtl;
......
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