Commit ce26ee21 by Ben Elliston Committed by Ben Elliston

rs6000-c.c: Move GTY(()) markers to match conventional usage.

	* config/rs6000/rs6000-c.c: Move GTY(()) markers to match
	conventional usage.

From-SVN: r138104
parent 5c0e02b0
2008-07-24 Ben Elliston <bje@au.ibm.com>
* config/rs6000/rs6000-c.c: Move GTY(()) markers to match
conventional usage.
2008-07-23 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
* configure: Regenerate.
......
......@@ -85,12 +85,12 @@ rs6000_pragma_longcall (cpp_reader *pfile ATTRIBUTE_UNUSED)
#define builtin_assert(TXT) cpp_assert (pfile, TXT)
/* Keep the AltiVec keywords handy for fast comparisons. */
static tree __vector_keyword;
static tree vector_keyword;
static tree __pixel_keyword;
static tree pixel_keyword;
static tree __bool_keyword;
static tree bool_keyword;
static GTY(()) tree __vector_keyword;
static GTY(()) tree vector_keyword;
static GTY(()) tree __pixel_keyword;
static GTY(()) tree pixel_keyword;
static GTY(()) tree __bool_keyword;
static GTY(()) tree bool_keyword;
/* Preserved across calls. */
static tree expand_bool_pixel;
......
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