(move_deaths): Record death information of remaining

registers in their intrinsic mode.

From-SVN: r7089
This commit is contained in:
Doug Evans 1994-04-20 03:38:46 +00:00
parent 74eb5c5227
commit 36b878d12c
1 changed files with 1 additions and 1 deletions

View File

@ -10109,7 +10109,7 @@ move_deaths (x, from_cuid, to_insn, pnotes)
if (i < regno || i >= ourend)
REG_NOTES (where_dead)
= gen_rtx (EXPR_LIST, REG_DEAD,
gen_rtx (REG, word_mode, i),
gen_rtx (REG, reg_raw_mode[i], i),
REG_NOTES (where_dead));
}