Commit 36b878d1 by Doug Evans

(move_deaths): Record death information of remaining

registers in their intrinsic mode.

From-SVN: r7089
parent 74eb5c52
......@@ -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));
}
......
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