Commit 475f26dd by Joern Rennecke

Comment typo fix.

From-SVN: r32242
parent 0209c340
...@@ -3174,7 +3174,7 @@ machine_dependent_reorg (first) ...@@ -3174,7 +3174,7 @@ machine_dependent_reorg (first)
LAST_FLOAT_MOVE; we have to change it to REG_INC, LAST_FLOAT_MOVE; we have to change it to REG_INC,
lest reorg:mark_target_live_regs will not lest reorg:mark_target_live_regs will not
consider r0 to be used, and we end up with delay consider r0 to be used, and we end up with delay
slot insn in front of SCAN that clobber r0. */ slot insn in front of SCAN that clobbers r0. */
rtx note rtx note
= find_regno_note (last_float_move, REG_UNUSED, 0); = find_regno_note (last_float_move, REG_UNUSED, 0);
......
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