cgraph.c (cgraph_fnver_htab): Move GTY((...)) to be before htab_t.
authorSriraman Tallam <tmsriram@google.com>
Thu, 24 Oct 2013 20:26:52 +0000 (20:26 +0000)
committerSriraman Tallam <tmsriram@gcc.gnu.org>
Thu, 24 Oct 2013 20:26:52 +0000 (20:26 +0000)
2013-08-24  Sriraman Tallam  <tmsriram@google.com>

* 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/ChangeLog
gcc/cgraph.c

index 8348bba6f70c9965c7647f44c4c3abeaf28c08d9..ae0537dec5d258326a08d97f20a63bebc79b21ce 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-24  Sriraman Tallam  <tmsriram@google.com>
+
+       * 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.
+
 2013-10-24  Andrew MacLeod  <amacleod@redhat.com>
 
        * builtins.c (dummy_object, gimplify_va_arg_expr): Move to gimplify.c.
index 3f6c334de04d69187ecdd1744e2fc4c90a5447b6..52d9ab006a35592f31784016882bd39d08bee9c8 100644 (file)
@@ -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.  */