diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index d50b2c7..61a7f4e 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -322,7 +322,7 @@ remap_type_1 (tree type, copy_body_data *id) { t = remap_type (t, id); TYPE_MAIN_VARIANT (new) = t; - TYPE_NEXT_VARIANT (new) = TYPE_MAIN_VARIANT (t); + TYPE_NEXT_VARIANT (new) = TYPE_NEXT_VARIANT (t); TYPE_NEXT_VARIANT (t) = new; } else |