Commit 20748cab by Richard Kenner

(eliminate_regs_in_insn): Fix typo in last change.

From-SVN: r5071
parent 543624ee
...@@ -3242,7 +3242,7 @@ eliminate_regs_in_insn (insn, replace) ...@@ -3242,7 +3242,7 @@ eliminate_regs_in_insn (insn, replace)
to a register that we eliminate and could cause a different number to a register that we eliminate and could cause a different number
of spill registers to be needed in the final reload pass than in of spill registers to be needed in the final reload pass than in
the pre-passes. */ the pre-passes. */
if (val) if (val && REG_NOTES (insn) != 0)
REG_NOTES (insn) = eliminate_regs (REG_NOTES (insn), 0, NULL_RTX); REG_NOTES (insn) = eliminate_regs (REG_NOTES (insn), 0, NULL_RTX);
if (! replace) if (! replace)
......
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