summaryrefslogtreecommitdiff
path: root/gcc/lto/lto-partition.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto/lto-partition.h')
-rw-r--r--gcc/lto/lto-partition.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/lto/lto-partition.h b/gcc/lto/lto-partition.h
index 2160274dda6..e044934e5e7 100644
--- a/gcc/lto/lto-partition.h
+++ b/gcc/lto/lto-partition.h
@@ -22,8 +22,7 @@ along with GCC; see the file COPYING3. If not see
struct ltrans_partition_def
{
- cgraph_node_set cgraph_set;
- varpool_node_set varpool_set;
+ lto_symtab_encoder_t encoder;
const char * name;
int insns;
};