]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/coverage.c
Autogenerated fixes of "->symbol." to "->"
[thirdparty/gcc.git] / gcc / coverage.c
index e450151ac3e34dd5cba896bc46262f0e92767b18..9b0fc8b3d1437c81d76bfaa5422a70d3196ea1bc 100644 (file)
@@ -554,12 +554,12 @@ unsigned
 coverage_compute_profile_id (struct cgraph_node *n)
 {
   expanded_location xloc
-    = expand_location (DECL_SOURCE_LOCATION (n->symbol.decl));
+    = expand_location (DECL_SOURCE_LOCATION (n->decl));
   unsigned chksum = xloc.line;
 
   chksum = coverage_checksum_string (chksum, xloc.file);
   chksum = coverage_checksum_string
-    (chksum, IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (n->symbol.decl)));
+    (chksum, IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (n->decl)));
   if (first_global_object_name)
     chksum = coverage_checksum_string
       (chksum, first_global_object_name);