Commit a500466b by Roger Sayle Committed by Roger Sayle

* gcse.c (gcse_emit_move_after): Correct typo in REG_EQUAL note.

From-SVN: r59271
parent 3b161153
2002-11-19 Roger Sayle <roger@eyesopen.com>
* gcse.c (gcse_emit_move_after): Correct typo in REG_EQUAL note.
2002-11-19 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (an anonymous pattern): Relax the
......
......@@ -5294,7 +5294,7 @@ gcse_emit_move_after (src, dest, insn)
else
eqv = SET_SRC (set);
set_unique_reg_note (new, REG_EQUAL, copy_insn_1 (src));
set_unique_reg_note (new, REG_EQUAL, copy_insn_1 (eqv));
return new;
}
......
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