diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 31832e7..6882954 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -2368,7 +2368,7 @@ expand_debug_expr (tree exp) return op0; op0 = gen_rtx_DEBUG_EXPR (mode); - XTREE (op0, 0) = exp; + DEBUG_EXPR_TREE_DECL (op0) = exp; SET_DECL_RTL (exp, op0); return op0; |