Commit f5dd47c4 by Andreas Jaeger Committed by Andreas Jaeger

jump.c (mark_jump_label): Revert patch from 2001-08-28, the code was correct.


	* jump.c (mark_jump_label): Revert patch from 2001-08-28, the
	code was correct.

From-SVN: r45308
parent 59965428
2001-08-31 Andreas Jaeger <aj@suse.de>
* jump.c (mark_jump_label): Revert patch from 2001-08-28, the
code was correct.
2001-08-30 Geoffrey Keating <geoffk@redhat.com> 2001-08-30 Geoffrey Keating <geoffk@redhat.com>
* config/stormy16/stormy16.md (udivmodhi4): Express using UDIV/UMOD, * config/stormy16/stormy16.md (udivmodhi4): Express using UDIV/UMOD,
......
...@@ -1474,7 +1474,7 @@ mark_jump_label (x, insn, in_mem) ...@@ -1474,7 +1474,7 @@ mark_jump_label (x, insn, in_mem)
that are the targets of jumps, must have a that are the targets of jumps, must have a
REG_LABEL note. */ REG_LABEL note. */
if (! find_reg_note (insn, REG_LABEL, label)) if (! find_reg_note (insn, REG_LABEL, label))
REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_LABEL, label, REG_NOTES (insn) = gen_rtx_INSN_LIST (REG_LABEL, label,
REG_NOTES (insn)); REG_NOTES (insn));
} }
} }
......
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