diff options
Diffstat (limited to 'gcc/tree-streamer.c')
-rw-r--r-- | gcc/tree-streamer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree-streamer.c b/gcc/tree-streamer.c index b7bd276a397..fb2888de665 100644 --- a/gcc/tree-streamer.c +++ b/gcc/tree-streamer.c @@ -377,6 +377,9 @@ preload_common_nodes (struct streamer_tree_cache_d *cache) && i != TI_TARGET_OPTION_CURRENT && i != TI_CURRENT_TARGET_PRAGMA && i != TI_CURRENT_OPTIMIZE_PRAGMA + /* SCEV state shouldn't reach the IL. */ + && i != TI_CHREC_DONT_KNOW + && i != TI_CHREC_KNOWN /* Skip va_list* related nodes if offloading. For native LTO we want them to be merged for the stdarg pass, for offloading they might not be identical between host and offloading target. */ |