aboutsummaryrefslogtreecommitdiff
path: root/gcc/combine.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/combine.c')
-rw-r--r--gcc/combine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c
index 7005367..6373895 100644
--- a/gcc/combine.c
+++ b/gcc/combine.c
@@ -12533,7 +12533,7 @@ distribute_notes (notes, from_insn, i3, i2, elim_i2, elim_i1)
PATTERN (tem)))
{
REG_NOTES (tem)
- = gen_rtx_EXPR_LIST (REG_DEAD, piece,
+ = gen_rtx_EXPR_LIST (REG_UNUSED, piece,
REG_NOTES (tem));
break;
}