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

From-SVN: r37296
This commit is contained in:
J"orn Rennecke 2000-11-07 19:46:58 +00:00 committed by Joern Rennecke
parent bdaa01817b
commit 71fd5a5123
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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;
}