diff options
Diffstat (limited to 'gcc/lto/lto.c')
-rw-r--r-- | gcc/lto/lto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index 15d3f1040bb..a875edeef9a 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -1567,8 +1567,8 @@ compare_tree_sccs_1 (tree t1, tree t2, tree **map) compare_tree_edges (DECL_FUNCTION_PERSONALITY (t1), DECL_FUNCTION_PERSONALITY (t2)); compare_tree_edges (DECL_VINDEX (t1), DECL_VINDEX (t2)); - /* DECL_FUNCTION_SPECIFIC_TARGET is not yet created. We compare - the attribute list instead. */ + compare_tree_edges (DECL_FUNCTION_SPECIFIC_TARGET (t1), + DECL_FUNCTION_SPECIFIC_TARGET (t2)); compare_tree_edges (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (t1), DECL_FUNCTION_SPECIFIC_OPTIMIZATION (t2)); } |