aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r--gcc/expmed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c
index a06576c4fdd..d2ab405dfc8 100644
--- a/gcc/expmed.c
+++ b/gcc/expmed.c
@@ -5077,7 +5077,7 @@ make_tree (tree type, rtx x)
/* Note that we do *not* use SET_DECL_RTL here, because we do not
want set_decl_rtl to go adjusting REG_ATTRS for this temporary. */
- t->decl_with_rtl.rtl = x;
+ t->u.decl_with_rtl.rtl = x;
return t;
}