* combine.c (distribute_notes): Fix typo in last change.
From-SVN: r37296
This commit is contained in:
parent
bdaa01817b
commit
71fd5a5123
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user