]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/tree.c
Autogenerated fixes of "->symbol." to "->"
[thirdparty/gcc.git] / gcc / cp / tree.c
index 63ec7fa72663f7796148b4bdb7816be3c8362db9..3ac034806200a06396759fb79b77a4a475a347b7 100644 (file)
@@ -3983,8 +3983,8 @@ cp_fix_function_decl_p (tree decl)
 
       /* Don't fix same_body aliases.  Although they don't have their own
         CFG, they share it with what they alias to.  */
-      if (!node || !node->symbol.alias
-         || !vec_safe_length (node->symbol.ref_list.references))
+      if (!node || !node->alias
+         || !vec_safe_length (node->ref_list.references))
        return true;
     }