From bdd833da13457c8f90ad08f7717dab8e7418baa1 Mon Sep 17 00:00:00 2001 From: Sriraman Tallam Date: Thu, 24 Oct 2013 20:26:52 +0000 Subject: cgraph.c (cgraph_fnver_htab): Move GTY((...)) to be before htab_t. 2013-08-24 Sriraman Tallam * cgraph.c (cgraph_fnver_htab): Move GTY((...)) to be before htab_t. Change param_is to use the struct and not the pointer to the struct. From-SVN: r204039 --- gcc/cgraph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cgraph.c') diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 3f6c334..52d9ab0 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -138,7 +138,7 @@ bool cpp_implicit_aliases_done; The cgraph_function_version_info has a THIS_NODE field that is the corresponding cgraph_node.. */ -static htab_t GTY((param_is (struct cgraph_function_version_info *))) +static GTY((param_is (struct cgraph_function_version_info))) htab_t cgraph_fnver_htab = NULL; /* Hash function for cgraph_fnver_htab. */ -- cgit v1.1