aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto/lto-common.c')
-rw-r--r--gcc/lto/lto-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto/lto-common.c b/gcc/lto/lto-common.c
index c8fd6f5..682a82d 100644
--- a/gcc/lto/lto-common.c
+++ b/gcc/lto/lto-common.c
@@ -1167,7 +1167,7 @@ compare_tree_sccs_1 (tree t1, tree t2, tree **map)
compare_values (DECL_USER_ALIGN);
compare_values (DECL_PRESERVE_P);
compare_values (DECL_EXTERNAL);
- compare_values (DECL_GIMPLE_REG_P);
+ compare_values (DECL_NOT_GIMPLE_REG_P);
compare_values (DECL_ALIGN);
if (code == LABEL_DECL)
{