summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto-streamer.h')
-rw-r--r--gcc/lto-streamer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h
index 521d78dacc9..889e91dbc25 100644
--- a/gcc/lto-streamer.h
+++ b/gcc/lto-streamer.h
@@ -682,7 +682,7 @@ struct output_block
/* The hash table that contains the set of strings we have seen so
far and the indexes assigned to them. */
- hash_table <string_slot_hasher> string_hash_table;
+ hash_table<string_slot_hasher> *string_hash_table;
/* The current cgraph_node that we are currently serializing. Null
if we are serializing something else. */