]> gcc.gnu.org Git - gcc.git/blobdiff - libcpp/line-map.c
re PR middle-end/54704 (three-fold increase in compile-time between r191483 and r191569)
[gcc.git] / libcpp / line-map.c
index f0b2f8846a56f22f091294580e1cd1671da79527..61ab0318c036f79b029b05ba17fd4fefc55090f6 100644 (file)
@@ -58,7 +58,7 @@ location_adhoc_data_hash (const void *l)
 {
   const struct location_adhoc_data *lb =
       (const struct location_adhoc_data *) l;
-  return (hashval_t) lb->locus + (size_t) &lb->data;
+  return (hashval_t) lb->locus + (size_t) lb->data;
 }
 
 /* Compare function for location_adhoc_data hashtable.  */
This page took 0.02183 seconds and 5 git commands to generate.