aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
diff options
context:
space:
mode:
authorAndrew Macleod <amacleod@redhat.com>2017-02-10 16:10:00 +0000
committerAndrew Macleod <amacleod@redhat.com>2017-02-10 16:10:00 +0000
commit9a5163b0163dfb1e3f39db619c78a7757e80dc0d (patch)
tree4acedbefbd2199406594f67b94013f4460c2cd44 /gcc/emit-rtl.c
parent6fb0fd6d3518fd4058d22afbbaae022ca55367df (diff)
07-struct-tree-node
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/ttype-2017@245333 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/emit-rtl.c')
-rw-r--r--gcc/emit-rtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c
index 0d25d4ec17e..1e458f49d88 100644
--- a/gcc/emit-rtl.c
+++ b/gcc/emit-rtl.c
@@ -1289,7 +1289,7 @@ set_reg_attrs_for_decl_rtl (tree t, rtx x)
void
set_decl_rtl (tree t, rtx x)
{
- DECL_WRTL_CHECK (t)->decl_with_rtl.rtl = x;
+ DECL_WRTL_CHECK (t)->u.decl_with_rtl.rtl = x;
if (x)
set_reg_attrs_for_decl_rtl (t, x);
}