]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/multiple_target.c
Remove cgraph_local_info structure.
[thirdparty/gcc.git] / gcc / multiple_target.c
index 968c8cfb1ab3c7c8e4689b484287c49784fa9833..19dcfc94b27e5d3732ebb1c88a6a366650b80e6a 100644 (file)
@@ -429,7 +429,7 @@ expand_target_clones (struct cgraph_node *node, bool definition)
                                                   attributes);
       if (new_node == NULL)
        return false;
-      new_node->local.local = false;
+      new_node->local = false;
       XDELETEVEC (suffix);
 
       decl2_v = new_node->function_version ();
@@ -457,7 +457,7 @@ expand_target_clones (struct cgraph_node *node, bool definition)
   tree attributes = make_attribute ("target", "default",
                                    DECL_ATTRIBUTES (node->decl));
   DECL_ATTRIBUTES (node->decl) = attributes;
-  node->local.local = false;
+  node->local = false;
   return true;
 }