Commit 71fd5a51 by J"orn Rennecke Committed by Joern Rennecke

* combine.c (distribute_notes): Fix typo in last change.

From-SVN: r37296
parent bdaa0181
Tue Nov 7 19:44:30 2000 J"orn Rennecke <amylaar@redhat.com>
* combine.c (distribute_notes): Fix typo in last change.
2000-11-07 Geoff Keating <geoffk@redhat.com>
* config/rs6000/rs6000.md (movdi_internal32+1): Use
......
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment